HXL.Ast (hxl v0.2.0) View Source

HCL Ast

Link to this section Summary

Link to this section Types

Specs

collection_value() :: HXL.Ast.Tuple.t() | HXL.Ast.Object.t()

Specs

expr_term() ::
  HXL.Ast.Literal.t()
  | collection_value()
  | HXL.Ast.ForExpr.t()
  | HXL.Ast.Binary.t()
  | HXL.Ast.Unary.t()
  | HXL.Ast.TemplateExpr.t()
  | HXL.Ast.FunctionCall.t()
  | HXL.Ast.Identifier.t()

Specs

t() :: HXL.Ast.Body.t()