package flow_parser

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type !'M t = 'M * 'M t'
and !'M attribute =
  1. | Attribute of 'M Attribute.t
  2. | SpreadAttribute of 'M SpreadAttribute.t
and !'M t' = {
  1. name : 'M name;
  2. selfClosing : bool;
  3. attributes : 'M attribute list;
}
OCaml

Innovation. Community. Security.