summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--examples/app/AppFunctor.gf2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/app/AppFunctor.gf b/examples/app/AppFunctor.gf
index e2b332151..fafb82c54 100644
--- a/examples/app/AppFunctor.gf
+++ b/examples/app/AppFunctor.gf
@@ -27,7 +27,7 @@ incomplete concrete AppFunctor of App =
flags
literal=Symb ;
- case_sensitive=off ;
+-- case_sensitive=off ;
lin
PhrasePhr p = {s = "+" ++ p.s} | p ;