package flow_parser

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module Function : sig ... end
module Generic : sig ... end
module Object : sig ... end
type !'M t = 'M * 'M t'
and !'M t' =
  1. | Any
  2. | Mixed
  3. | Empty
  4. | Void
  5. | Null
  6. | Number
  7. | String
  8. | Boolean
  9. | Nullable of 'M t
  10. | Function of 'M Function.t
  11. | Object of 'M Object.t
  12. | Array of 'M t
  13. | Generic of 'M Generic.t
  14. | Union of 'M t * 'M t * 'M t list
  15. | Intersection of 'M t * 'M t * 'M t list
  16. | Typeof of 'M t
  17. | Tuple of 'M t list
  18. | StringLiteral of StringLiteral.t
  19. | NumberLiteral of NumberLiteral.t
  20. | BooleanLiteral of bool
  21. | Exists
and !'M annotation = 'M * 'M t
module ParameterDeclaration : sig ... end
module ParameterInstantiation : sig ... end
module Predicate : sig ... end
OCaml

Innovation. Community. Security.