package alba

  1. Overview
  2. Docs
Alba compiler

Install

Dune Dependency

Authors

Maintainers

Sources

0.4.2.tar.gz
sha256=203ee151ce793a977b2d3e66f8b3a0cd7a82cc7f15550c63d88cb30c71eb5f95
md5=64367c393f80ca784f88d07155da4fb0

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

Module Ast.ExpressionSource

Sourcetype operator = string * Alba_core.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
  12. | Where of t * definition list
Sourceand formal_argument = string Located.t * t option
Sourceand definition = string Located.t * formal_argument list * t option * t
Sourceval binary : t -> (operator Located.t * t) list -> (t, range * string * string) result
Sourceval find_unused_local : t -> definition list -> string Located.t option
OCaml

Innovation. Community. Security.