diff options
| author | Matej Kosik | 2016-09-29 10:34:21 +0200 |
|---|---|---|
| committer | Matej Kosik | 2016-09-29 10:34:21 +0200 |
| commit | d02c9c566c58e566a1453827038f2b49b695c0a5 (patch) | |
| tree | 618c7cf31d2fbe1bff9df08e13d82298b4ae3bde /lib/cString.mli | |
| parent | 6c1de7bcc111390400b0791cc910c86d9060333b (diff) | |
| parent | 7f96d753d65f7b6fefd725870e1a00f7d942aed7 (diff) | |
Updating the code wrt. to some Ocaml compiler warnings.
Diffstat (limited to 'lib/cString.mli')
| -rw-r--r-- | lib/cString.mli | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/cString.mli b/lib/cString.mli index 5292b34d0a..65edfbbe68 100644 --- a/lib/cString.mli +++ b/lib/cString.mli @@ -32,9 +32,6 @@ sig val strip : string -> string (** Remove the surrounding blank characters from a string *) - val map : (char -> char) -> string -> string - (** Apply a function on a string character-wise. *) - val drop_simple_quotes : string -> string (** Remove the eventual first surrounding simple quotes of a string. *) |
