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.urs4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/ur/string.urs b/lib/ur/string.urs
index 524e002d..ef522387 100644
--- a/lib/ur/string.urs
+++ b/lib/ur/string.urs
@@ -1,4 +1,8 @@
type t = string
+val length : t -> int
+
+val append : t -> t -> t
+
val sub : t -> int -> char
val suffix : t -> int -> string