From 447b60afccc89ef18d8f92a260dd1fcdf735898e Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Sun, 31 Aug 2008 08:32:18 -0400 Subject: Laconic -> Ur --- tests/bool.ur | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tests/bool.ur (limited to 'tests/bool.ur') diff --git a/tests/bool.ur b/tests/bool.ur new file mode 100644 index 00000000..b7e57dca --- /dev/null +++ b/tests/bool.ur @@ -0,0 +1,8 @@ +val page = fn b => + {cdata (case b of False => "No!" | True => "Yes!")} + + +val main : unit -> page = fn () => +
  • True
  • +
  • False
  • + -- cgit v1.2.3