package alba

  1. Overview
  2. Docs
Alba compiler

Install

dune-project
 Dependency

Authors

Maintainers

Sources

0.4.1.tar.gz
sha256=439b1dce07c86e914d1ebf1712c5581418314b0c8d13594f27a698b1d25fe272
md5=5cf58d4ed4eacbe6f330e9d2378ef5c6

doc/alba.albalib/Albalib/Ast/Expression/index.html

Module Ast.ExpressionSource

Sourcetype operator = string * Operator.t
Sourcetype argument_type =
  1. | Normal
  2. | Operand
Sourceand t0 =
  1. | Proposition
  2. | Any
  3. | Identifier of string
  4. | Number of string
  5. | Char of int
  6. | String of string
  7. | Operator of operator
  8. | Typed of t * t
  9. | Application of t * (t * argument_type) list
  10. | Function of formal_argument list * t option * t
  11. | Product of formal_argument list * t
Sourceand formal_argument = string Located.t * t option
Sourceval binary : t -> (operator Located.t * t) list -> (t, range * string * string) result
OCaml

Innovation. Community. Security.