diff lib/ur/string.ur @ 1023:e46227efcbba

Bidding interface
author Adam Chlipala <adamc@hcoop.net>
date Sun, 01 Nov 2009 10:20:20 -0500
parents 5e1a4b12c83a
children eaba663fd6aa
line wrap: on
line diff
--- a/lib/ur/string.ur	Sat Oct 31 15:51:50 2009 -0400
+++ b/lib/ur/string.ur	Sun Nov 01 10:20:20 2009 -0500
@@ -1,5 +1,7 @@
 type t = Basis.string
 
+val str = Basis.str1
+
 val length = Basis.strlen
 val append = Basis.strcat