aboutsummaryrefslogtreecommitdiffhomepage
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 552da557..52aa27b6 100644
--- a/lib/ur/string.urs
+++ b/lib/ur/string.urs
@@ -3,6 +3,7 @@ type t = string
val str : char -> t
val length : t -> int
+val lengthGe : t -> int -> bool
val append : t -> t -> t