diff options
| author | aarne <aarne@chalmers.se> | 2017-04-12 08:59:58 +0000 |
|---|---|---|
| committer | aarne <aarne@chalmers.se> | 2017-04-12 08:59:58 +0000 |
| commit | f2ba7b64bf6d294fbd42b943a3e29543cd1f3957 (patch) | |
| tree | 633aa52945f361abd08e7a9b4ea7ea954f7f3567 /examples | |
| parent | dd61e1dc1988ebd056182c8e801894cfd427beee (diff) | |
commented out case_sensitive=off in App
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/app/AppFunctor.gf | 2 |
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 ; |
