package alba

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

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.