diff lib/ur/string.ur @ 1388:3913cbfd72e9

String processing optimizations
author Adam Chlipala <adam@chlipala.net>
date Tue, 11 Jan 2011 14:03:54 -0500
parents f0afe61a6f8b
children 9a721f0722d3
line wrap: on
line diff
--- a/lib/ur/string.ur	Thu Jan 06 19:26:31 2011 -0500
+++ b/lib/ur/string.ur	Tue Jan 11 14:03:54 2011 -0500
@@ -3,6 +3,7 @@
 val str = Basis.str1
 
 val length = Basis.strlen
+val lengthGe = Basis.strlenGe
 val append = Basis.strcat
 
 val sub = Basis.strsub