diff options
| author | Alasdair Armstrong | 2017-08-18 14:17:26 +0100 |
|---|---|---|
| committer | Alasdair Armstrong | 2017-08-18 14:17:26 +0100 |
| commit | c310ad77dee2bec75c272556e4ec843f5d9f2715 (patch) | |
| tree | 72f4588a63a0b2c5dde8c68e58fb2843c95651ce /src/pretty_print.mli | |
| parent | 6f61f0f810fe72ee86b2858534e613dc74b70a86 (diff) | |
| parent | 36f027d5d47d7da5bc4a875aafbef9a488575427 (diff) | |
Fixed a bug where sizeof re-writing fail for aliased type arguments
Also: Merge remote-tracking branch 'origin/sail_new_tc' into experiments
Diffstat (limited to 'src/pretty_print.mli')
| -rw-r--r-- | src/pretty_print.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pretty_print.mli b/src/pretty_print.mli index 24816206..37de5241 100644 --- a/src/pretty_print.mli +++ b/src/pretty_print.mli @@ -52,4 +52,4 @@ val pat_to_string : 'a pat -> string val pp_lem_defs : Format.formatter -> tannot defs -> unit val pp_defs_ocaml : out_channel -> tannot defs -> string -> string list -> unit -val pp_defs_lem : (out_channel * string list) -> (out_channel * string list) -> (out_channel * string list) -> tannot defs -> string -> unit +val pp_defs_lem : (out_channel * string list) -> (out_channel * string list) -> (out_channel * string list) -> (out_channel * string list) -> tannot defs -> string -> unit |
