From d4748e41f7fc4865db89ebac0c7f646dca82f89a Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Tue, 26 May 2009 12:25:06 -0400 Subject: Chars and more string operations --- tests/char.ur | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tests/char.ur (limited to 'tests/char.ur') diff --git a/tests/char.ur b/tests/char.ur new file mode 100644 index 00000000..08621eba --- /dev/null +++ b/tests/char.ur @@ -0,0 +1,4 @@ +fun main () = + case #"A" of + #"B" => return + | _ => return A! -- cgit v1.2.3