package flow_parser

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type !'M id =
  1. | Identifier of 'M Identifier.t
  2. | Literal of 'M * StringLiteral.t
type !'M module_kind =
  1. | CommonJS of 'M
  2. | ES of 'M
type !'M t = {
  1. id : 'M id;
  2. body : 'M * 'M Block.t;
  3. kind : 'M module_kind;
}
OCaml

Innovation. Community. Security.