package flow_parser

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | Array
  2. | ArrowFunction
  3. | Assignment
  4. | Binary
  5. | Call
  6. | Class
  7. | Comprehension
  8. | Conditional
  9. | Function
  10. | Generator
  11. | Identifier
  12. | Import
  13. | JSXElement
  14. | JSXFragment
  15. | Literal
  16. | Logical
  17. | Member
  18. | MetaProperty
  19. | New
  20. | Object
  21. | OptionalCall
  22. | OptionalMember
  23. | Sequence
  24. | Super
  25. | TaggedTemplate
  26. | TemplateLiteral
  27. | This
  28. | TypeCast
  29. | Unary
  30. | Update
  31. | Yield
val to_string : t -> string