package flow_parser

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module Object : sig ... end
module Array : sig ... end
module Assignment : sig ... end
module Identifier : sig ... end
type !'M t = 'M * 'M t'
and !'M t' =
  1. | Object of 'M Object.t
  2. | Array of 'M Array.t
  3. | Assignment of 'M Assignment.t
  4. | Identifier of 'M Identifier.t
  5. | Expression of 'M Expression.t
OCaml

Innovation. Community. Security.