diff options
| author | Alasdair Armstrong | 2017-08-30 17:56:39 +0100 |
|---|---|---|
| committer | Alasdair Armstrong | 2017-08-30 17:56:39 +0100 |
| commit | bfa119cb7a08f3a99cab5ae635e1fb6f6c55f25b (patch) | |
| tree | c23504fd21a408c7425201173effebb058b6034c /src/ast_util.mli | |
| parent | 8fcbb9ab1260a51cdd3070874ff379b163b23567 (diff) | |
Improved ocaml backend to the point where the hexapod spec produces syntactically correct ocaml
Diffstat (limited to 'src/ast_util.mli')
| -rw-r--r-- | src/ast_util.mli | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ast_util.mli b/src/ast_util.mli index 95afa232..6a150872 100644 --- a/src/ast_util.mli +++ b/src/ast_util.mli @@ -60,6 +60,7 @@ val mk_val_spec : val_spec_aux -> unit def val mk_typschm : typquant -> typ -> typschm val mk_fexp : id -> unit exp -> unit fexp val mk_fexps : (unit fexp) list -> unit fexps +val mk_letbind : unit pat -> unit exp -> unit letbind val unaux_exp : 'a exp -> 'a exp_aux |
