package flow_parser

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module Property : sig ... end
module SpreadProperty : sig ... end
module Indexer : sig ... end
module CallProperty : sig ... end
module InternalSlot : sig ... end
type (!'M, !'T) t = {
  1. exact : bool;
  2. properties : ('M, 'T) property list;
}
and (!'M, !'T) property =
  1. | Property of ('M, 'T) Property.t
  2. | SpreadProperty of ('M, 'T) SpreadProperty.t
  3. | Indexer of ('M, 'T) Indexer.t
  4. | CallProperty of ('M, 'T) CallProperty.t
  5. | InternalSlot of ('M, 'T) InternalSlot.t
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
val pp_property : (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) property -> Ppx_deriving_runtime.unit
val show_property : (Ppx_deriving_runtime.Format.formatter -> 'M -> Ppx_deriving_runtime.unit) -> (Ppx_deriving_runtime.Format.formatter -> 'T -> Ppx_deriving_runtime.unit) -> ('M, 'T) property -> Ppx_deriving_runtime.string
OCaml

Innovation. Community. Security.