package flow_parser

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module Method : sig ... end
module Property : sig ... end
module PrivateField : sig ... end
module Extends : sig ... end
module Implements : sig ... end
module Body : sig ... end
module Decorator : sig ... end
type (!'M, !'T) t = {
  1. id : 'T Identifier.t option;
  2. body : ('M, 'T) Body.t;
  3. tparams : ('M, 'T) Type.ParameterDeclaration.t option;
  4. extends : ('M, 'T) Extends.t option;
  5. implements : ('M, 'T) Class.Implements.t list;
  6. classDecorators : ('M, 'T) Decorator.t list;
}
val pp : (Ppx_deriving_runtime.Format.formatter -> 'M -> Ppx_deriving_runtime.unit) -> (Ppx_deriving_runtime.Format.formatter -> 'T -> Ppx_deriving_runtime.unit) -> Ppx_deriving_runtime.Format.formatter -> ('M, 'T) t -> Ppx_deriving_runtime.unit
val show : (Ppx_deriving_runtime.Format.formatter -> 'M -> Ppx_deriving_runtime.unit) -> (Ppx_deriving_runtime.Format.formatter -> 'T -> Ppx_deriving_runtime.unit) -> ('M, 'T) t -> Ppx_deriving_runtime.string
OCaml

Innovation. Community. Security.