diff options
Diffstat (limited to 'lib/ur/string.urs')
-rw-r--r-- | lib/ur/string.urs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/ur/string.urs b/lib/ur/string.urs index 557e73c0..552da557 100644 --- a/lib/ur/string.urs +++ b/lib/ur/string.urs @@ -23,3 +23,5 @@ val all : (char -> bool) -> string -> bool val mp : (char -> char) -> string -> string val newlines : ctx ::: {Unit} -> [[Body] ~ ctx] => string -> xml ([Body] ++ ctx) [] [] + +val isPrefix : {Full : t, Prefix : t} -> bool |