package flow_parser

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type !'M init =
  1. | InitDeclaration of 'M * 'M VariableDeclaration.t
  2. | InitExpression of 'M Expression.t
type !'M t = {
  1. init : 'M init option;
  2. test : 'M Expression.t option;
  3. update : 'M Expression.t option;
  4. body : 'M Statement.t;
}
OCaml

Innovation. Community. Security.