package flow_parser

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type !'M t = 'M * 'M t'
and !'M _object =
  1. | Identifier of 'M Identifier.t
  2. | MemberExpression of 'M t
and !'M t' = {
  1. _object : 'M _object;
  2. property : 'M Identifier.t;
}
OCaml

Innovation. Community. Security.