Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Core.Ast
Sourceand expr =
| Expr_var of var_name
| Expr_literal of literal
| Expr_let of let_binding
| Expr_letrec of letrec_binding
| Expr_case of case_expr
| Expr_apply of {
}
| Expr_qualified_call of {
}
| Expr_fun of fun_expr
| Expr_receive of receive_expr
| Expr_primop of {
}
| Expr_try of try_catch_expr
| Expr_do of expr list
| Expr_catch of expr