From 79c2e18d5d237d48f0803bb874d72b4354ba9b25 Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Sun, 7 Sep 2008 10:13:02 -0400 Subject: intToString --- lib/basis.urs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lib') diff --git a/lib/basis.urs b/lib/basis.urs index b9f773c2..109ab31a 100644 --- a/lib/basis.urs +++ b/lib/basis.urs @@ -6,6 +6,8 @@ type unit = {} datatype bool = False | True +(*datatype option t = None | Some of t*) + (** Basic type classes *) @@ -21,6 +23,9 @@ val eq_bool : eq bool val strcat : string -> string -> string +val intToString : int -> string + + (** SQL *) -- cgit v1.2.3