diff options
| author | Hugo Herbelin | 2016-04-13 07:56:44 +0200 |
|---|---|---|
| committer | Hugo Herbelin | 2016-06-16 17:43:28 +0200 |
| commit | 456ced60ef1fc71f8f914e07b80831fa6dd46ea5 (patch) | |
| tree | 682d4dc2ef0715ce8b5232f8eb5e347b1a1d0603 /printing/ppconstrsig.mli | |
| parent | a43562b661115bebb9353db6ec3b2f6f8dd603ef (diff) | |
Fixing printing of Instance.
Diffstat (limited to 'printing/ppconstrsig.mli')
| -rw-r--r-- | printing/ppconstrsig.mli | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/printing/ppconstrsig.mli b/printing/ppconstrsig.mli index c711dd8f7f..a59fc6d67d 100644 --- a/printing/ppconstrsig.mli +++ b/printing/ppconstrsig.mli @@ -50,6 +50,7 @@ module type Pp = sig ('a * Names.Id.t) option * recursion_order_expr -> std_ppcmds + val pr_record_body : (reference * constr_expr) list -> std_ppcmds val pr_binders : local_binder list -> std_ppcmds val pr_constr_pattern_expr : constr_pattern_expr -> std_ppcmds val pr_lconstr_pattern_expr : constr_pattern_expr -> std_ppcmds |
