diff options
| author | Alasdair Armstrong | 2019-06-04 16:37:48 +0100 |
|---|---|---|
| committer | Alasdair Armstrong | 2019-06-04 16:37:48 +0100 |
| commit | 6d3a6edcd616621eb40420cfb16a34762a32c5c1 (patch) | |
| tree | d3a753af05b4a3d40a5ce0c6eb7711770105caba /src/util.mli | |
| parent | e24587857d1e61b428d784c699a683984c00ce36 (diff) | |
| parent | 239e13dc149af80f979ea95a3c9b42220481a0a1 (diff) | |
Merge branch 'sail2' into separate_bv
Diffstat (limited to 'src/util.mli')
| -rw-r--r-- | src/util.mli | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/src/util.mli b/src/util.mli index ddc5347f..9c57e360 100644 --- a/src/util.mli +++ b/src/util.mli @@ -50,13 +50,12 @@ (** Various non Sail specific utility functions *) -(* Last element of a list *) -val last : 'a list -> 'a - -val opt_warnings : bool ref val opt_colors : bool ref val opt_verbosity : int ref +(* Last element of a list *) +val last : 'a list -> 'a + val butlast : 'a list -> 'a list (** Mixed useful things *) @@ -270,5 +269,3 @@ val log_line : string -> int -> string -> string val header : string -> int -> string val progress : string -> string -> int -> int -> unit - -val warn : string -> unit |
