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 t = Loc.t * t'
and t' =
  1. | Object of Object.t
  2. | Array of Array.t
  3. | Assignment of Assignment.t
  4. | Identifier of Identifier.t
  5. | Expression of Expression.t