From ac8529dadc1a0ba0621058457364b6c634ebe01c Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Wed, 11 Jun 2014 13:56:00 -0400 Subject: Fix a bug in demos with 'rewrite all' --- 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 26dcfa95..17de80ee 100644 --- a/src/demo.sml +++ b/src/demo.sml @@ -410,7 +410,7 @@ fun make' {prefix, dirname, guided} = app (fn rule => (TextIO.output (outf, "rewrite "); TextIO.output (outf, case #pkind rule of - Settings.Any => "any" + Settings.Any => "all" | Settings.Url => "url" | Settings.Table => "table" | Settings.Sequence => "sequence" -- cgit v1.2.3