diff options
author | Adam Chlipala <adamc@hcoop.net> | 2010-03-02 09:46:17 -0500 |
---|---|---|
committer | Adam Chlipala <adamc@hcoop.net> | 2010-03-02 09:46:17 -0500 |
commit | 3058e5f4192f8b9617ae157cb5d1e6040d79a8d9 (patch) | |
tree | 60d0f41d2caabe574b702400d67f278f47673f8a /lib/ur/string.urs | |
parent | ddc694f14352fa69557be02913fe9c3daeec13b0 (diff) |
String.isPrefix
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 |