package flow_parser

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module RestElement : sig ... end
module Object : sig ... end
module Array : sig ... end
module Identifier : sig ... end
type (!'M, !'T) t = 'T * ('M, 'T) t'
and (!'M, !'T) t' =
  1. | Object of ('M, 'T) Object.t
  2. | Array of ('M, 'T) Array.t
  3. | Identifier of ('M, 'T) Identifier.t
  4. | Expression of ('M, 'T) Expression.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_t' : (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_t' : (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.