diff lib/basis.urs @ 285:e89076c41c39

toString for float and bool
author Adam Chlipala <adamc@hcoop.net>
date Sun, 07 Sep 2008 10:20:42 -0400
parents 77a28e7430bf
children ffe5b01908ae
line wrap: on
line diff
--- a/lib/basis.urs	Sun Sep 07 10:13:02 2008 -0400
+++ b/lib/basis.urs	Sun Sep 07 10:20:42 2008 -0400
@@ -24,7 +24,8 @@
 val strcat : string -> string -> string
 
 val intToString : int -> string
-
+val floatToString : float -> string
+val boolToString : bool -> string
 
 
 (** SQL *)