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/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.