package melange

  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. | Conditional
  8. | Function
  9. | Identifier
  10. | Import
  11. | JSXElement
  12. | JSXFragment
  13. | Literal
  14. | Logical
  15. | Member
  16. | MetaProperty
  17. | New
  18. | Object
  19. | OptionalCall
  20. | OptionalMember
  21. | Sequence
  22. | Super
  23. | TaggedTemplate
  24. | TemplateLiteral
  25. | This
  26. | TypeCast
  27. | Unary
  28. | Update
  29. | Yield
val to_string : t -> string