package catala

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

Module Lcalc.AstSource

Abstract syntax tree for the lambda calculus

Abstract syntax tree

Sourcetype 'm program = 'm expr Shared_ast.program

Language terms construction

Sourceval option_enum : Shared_ast.EnumName.t
Sourceval make_matchopt_with_abs_arms : 'm expr Shared_ast.boxed -> 'm expr Shared_ast.boxed -> 'm expr Shared_ast.boxed -> 'm expr Shared_ast.boxed

e' = make_matchopt'' pos v e e_none e_some Builds the term corresponding to match e with | None -> fun () -> e_none |Some -> fun v -> e_some.

Special symbols

OCaml

Innovation. Community. Security.