From 9638ff0c1f7b2254186a089a0e883a6b9f04f2bd Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Sun, 3 May 2009 12:01:55 -0400 Subject: constraints demo --- src/demo.sml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/demo.sml') diff --git a/src/demo.sml b/src/demo.sml index dc4715d7..55ff5bb8 100644 --- a/src/demo.sml +++ b/src/demo.sml @@ -44,7 +44,7 @@ fun make {prefix, dirname, guided} = file = "index.html"} val out = TextIO.openOut fname - val () = (TextIO.output (out, "\n"); + val () = (TextIO.output (out, "\n"); TextIO.output (out, "\n"); TextIO.output (out, "\n"); TextIO.output (out, "\n"); -- cgit v1.2.3