package alba

  1. Overview
  2. Docs
Alba compiler

Install

Dune Dependency

Authors

Maintainers

Sources

0.4.4.tar.gz
sha256=4817038301d3e45bac9edf7e6f2fc8bf0a6d78e76e02ad7ea33ef69bcc17df3b
md5=25234357587126685d64f16236167937

doc/alba.albalib/Albalib/Build_context/Lambda/index.html

Module Build_context.LambdaSource

Sourceval start : t -> t

Start a function abstraction and expect the first argument type.

Sourceval inner : t -> t

Expect the inner expression of the function abstraction whose type is the last analyzed expression.

Sourceval end_ : int -> int -> bool -> t -> (t, type_in_context * type_in_context) result

end_ nargs nbounds typed cb

End the function abstraction with nbounds bound variables. The function abstraction is applied to nargs arguments.

OCaml

Innovation. Community. Security.