summaryrefslogtreecommitdiff
path: root/lib/ur/string.urs
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ur/string.urs')
-rw-r--r--lib/ur/string.urs1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ur/string.urs b/lib/ur/string.urs
index 5590b50c..557e73c0 100644
--- a/lib/ur/string.urs
+++ b/lib/ur/string.urs
@@ -20,5 +20,6 @@ val split : t -> char -> option (string * string)
val msplit : {Haystack : t, Needle : t} -> option (string * char * string)
val all : (char -> bool) -> string -> bool
+val mp : (char -> char) -> string -> string
val newlines : ctx ::: {Unit} -> [[Body] ~ ctx] => string -> xml ([Body] ++ ctx) [] []