diff options
| author | Alasdair Armstrong | 2018-01-23 21:16:02 +0000 |
|---|---|---|
| committer | Alasdair Armstrong | 2018-01-23 21:16:02 +0000 |
| commit | d94404854c10960c881b5146f81d4483e73a8ca6 (patch) | |
| tree | 9f61403a8c88814ae91b7dc867b597fe57ea0e69 /src/util.mli | |
| parent | c5db705ca228421b4035b4361aba9823750fd67c (diff) | |
Started working on C backend for sail
Also updated some of the documentation in the sail source code
Diffstat (limited to 'src/util.mli')
| -rw-r--r-- | src/util.mli | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/util.mli b/src/util.mli index 39bc8a19..8fcf68be 100644 --- a/src/util.mli +++ b/src/util.mli @@ -108,7 +108,6 @@ val option_these : 'a option list -> 'a list application of [f], [x] is used in case [g x] returns [None] and similarly [y] in case [h y] returns [None]. *) val changed2 : ('a -> 'b -> 'c) -> ('a -> 'a option) -> 'a -> ('b -> 'b option) -> 'b -> 'c option - (** {2 List Functions} *) @@ -240,3 +239,6 @@ val yellow : string -> string val cyan : string -> string val blue : string -> string val clear : string -> string + +val zencode_string : string -> string +val zencode_upper_string : string -> string |
