package flow_parser

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type !'M left =
  1. | LeftDeclaration of 'M * 'M VariableDeclaration.t
  2. | LeftPattern of 'M Pattern.t
type !'M t = {
  1. left : 'M left;
  2. right : 'M Expression.t;
  3. body : 'M Statement.t;
  4. async : bool;
}
OCaml

Innovation. Community. Security.