package melange

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module CallTypeArg : sig ... end
module CallTypeArgs : sig ... end
module SpreadElement : sig ... end
module Array : sig ... end
module TemplateLiteral : sig ... end
module TaggedTemplate : sig ... end
module Object : sig ... end
module Sequence : sig ... end
module Unary : sig ... end
module Binary : sig ... end
module Assignment : sig ... end
module Update : sig ... end
module Logical : sig ... end
module Conditional : sig ... end
type ('M, 'T) expression_or_spread =
  1. | Expression of ('M, 'T) Expression.t
  2. | Spread of ('M, 'T) SpreadElement.t
module ArgList : sig ... end
module New : sig ... end
module Call : sig ... end
module OptionalCall : sig ... end
module Member : sig ... end
module OptionalMember : sig ... end
module Yield : sig ... end
module TypeCast : sig ... end
module AsExpression : sig ... end
module TSTypeCast : sig ... end
module MetaProperty : sig ... end
module This : sig ... end
module Super : sig ... end
module Import : sig ... end
type ('M, 'T) t = 'T * ('M, 'T) t'
and ('M, 'T) t' =
  1. | Array of ('M, 'T) Array.t
  2. | ArrowFunction of ('M, 'T) Function.t
  3. | AsExpression of ('M, 'T) AsExpression.t
  4. | Assignment of ('M, 'T) Assignment.t
  5. | Binary of ('M, 'T) Binary.t
  6. | Call of ('M, 'T) Call.t
  7. | Class of ('M, 'T) Class.t
  8. | Conditional of ('M, 'T) Conditional.t
  9. | Function of ('M, 'T) Function.t
  10. | Identifier of ('M, 'T) Identifier.t
  11. | Import of ('M, 'T) Import.t
  12. | JSXElement of ('M, 'T) JSX.element
  13. | JSXFragment of ('M, 'T) JSX.fragment
  14. | StringLiteral of 'M StringLiteral.t
  15. | BooleanLiteral of 'M BooleanLiteral.t
  16. | NullLiteral of ('M, unit) Syntax.t option
  17. | NumberLiteral of 'M NumberLiteral.t
  18. | BigIntLiteral of 'M BigIntLiteral.t
  19. | RegExpLiteral of 'M RegExpLiteral.t
  20. | ModuleRefLiteral of ('M, 'T) ModuleRefLiteral.t
  21. | Logical of ('M, 'T) Logical.t
  22. | Member of ('M, 'T) Member.t
  23. | MetaProperty of 'M MetaProperty.t
  24. | New of ('M, 'T) New.t
  25. | Object of ('M, 'T) Object.t
  26. | OptionalCall of ('M, 'T) OptionalCall.t
  27. | OptionalMember of ('M, 'T) OptionalMember.t
  28. | Sequence of ('M, 'T) Sequence.t
  29. | Super of 'M Super.t
  30. | TaggedTemplate of ('M, 'T) TaggedTemplate.t
  31. | TemplateLiteral of ('M, 'T) TemplateLiteral.t
  32. | This of 'M This.t
  33. | TypeCast of ('M, 'T) TypeCast.t
  34. | TSTypeCast of ('M, 'T) TSTypeCast.t
  35. | Unary of ('M, 'T) Unary.t
  36. | Update of ('M, 'T) Update.t
  37. | Yield of ('M, 'T) Yield.t