diff options
| author | Alasdair Armstrong | 2018-01-08 17:04:45 +0000 |
|---|---|---|
| committer | Alasdair Armstrong | 2018-01-08 17:04:45 +0000 |
| commit | 25417489a33b8edc3d1256dfeb4f5c641bbe7cc5 (patch) | |
| tree | 641f0da841c2263987f9de62fb506e3e6429bc95 /src/pretty_print.mli | |
| parent | 6f3bf52cef2bd210fbad96f189bf3d6e13872fdb (diff) | |
| parent | b938fd99a9f16d4bb2ef1c483574a2850aa6e640 (diff) | |
Merge branch 'experiments' of https://bitbucket.org/Peter_Sewell/sail 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 d411815f..c01e0b93 100644 --- a/src/pretty_print.mli +++ b/src/pretty_print.mli @@ -58,4 +58,4 @@ val pat_to_string : 'a pat -> string (* Prints on formatter the defs as Lem Ast nodes *) val pp_lem_defs : Format.formatter -> tannot defs -> unit -val pp_defs_lem : bool -> bool -> (out_channel * string list) -> (out_channel * string list) -> tannot defs -> string -> unit +val pp_defs_lem : (out_channel * string list) -> (out_channel * string list) -> tannot defs -> string -> unit |
