Def | x:y | [dbase] | |
Def | D(i) for i I | [dall] | |
Def | decl_type(d;x) | [decl_type] | |
Def | Decl | [decl] | |
Def | x:A. B(x) | [all] | core |
Def | d o f | [rename_decl] | |
Def | Label | [lbl] | mb label |
Def | Top | [top] | core |
Def | l1 = l2 | [eq_lbl] | mb basic |
Def | if b t else f fi | [ifthenelse] | bool 1 |
Def | ground_ptn(p) | [ground_ptn] | mb basic |
Def | b | [assert] | bool 1 |
Def | Pattern | [ptn] | mb basic |
Def | Default = > body | [case_default] | prog 1 |
Def | pq | [band] | bool 1 |
Def | Case ptn_pr( < x, y > ) = > body(x;y) cont | [case_lbl_pair] | mb basic |
Def | Case(value) body | [case] | prog 1 |
Def | x=yAtom | [eq_atom] | bool 1 |
Def | Case ptn_var(x) = > body(x) cont | [case_ptn_var] | mb basic |
Def | i=j | [eq_int] | bool 1 |
Def | Case ptn_int(x) = > body(x) cont | [case_ptn_int] | mb basic |
Def | Case ptn_atom(x) = > body(x) cont | [case_ptn_atom] | mb basic |
Def | ptn_con(T) | [ptn_con] | mb basic |
Def | hd(l) | [hd] | list 1 |
Def | tl(l) | [tl] | list 1 |
Def | inl(x) = > body(x) cont | [case_inl] | prog 1 |
Def | inr(x) = > body(x) cont | [case_inr] | prog 1 |
About: