diff options
author | alimarin | 2001-07-19 09:09:30 +0000 |
---|---|---|
committer | alimarin | 2001-07-19 09:09:30 +0000 |
commit | 6f59e1c9fb72a901c13f51d1e28b321ac1ff66a1 (patch) | |
tree | fa62504d1af91f0a5c0fb5d864ec8231776772d3 /frontend/compilerSwitches.icl | |
parent | remove bug with numbering strict alias node defs (diff) |
Added "curried" arrow types (->) and ((->) a)
Fixed some bugs in generics
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@559 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend/compilerSwitches.icl')
-rw-r--r-- | frontend/compilerSwitches.icl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/compilerSwitches.icl b/frontend/compilerSwitches.icl index f7ac566..9d65c97 100644 --- a/frontend/compilerSwitches.icl +++ b/frontend/compilerSwitches.icl @@ -1,6 +1,6 @@ implementation module compilerSwitches -SwitchGenerics on off :== off +SwitchGenerics on off :== on PA_BUG on off :== off |