package flow_parser

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type !'M t = 'M * 'M t'
and !'M name =
  1. | Identifier of 'M Identifier.t
  2. | NamespacedName of 'M NamespacedName.t
and !'M value =
  1. | Literal of 'M * Literal.t
  2. | ExpressionContainer of 'M * 'M ExpressionContainer.t
and !'M t' = {
  1. name : 'M name;
  2. value : 'M value option;
}
OCaml

Innovation. Community. Security.