diff options
author | alimarin | 2001-10-19 12:02:05 +0000 |
---|---|---|
committer | alimarin | 2001-10-19 12:02:05 +0000 |
commit | 3cb66d21e43dd48c61baec3ef24ca197c22cdef0 (patch) | |
tree | 9212b29bc345c24e83c9a7316d259c59beccddca /frontend/compilerSwitches.dcl | |
parent | fix bug in renumbering of specials (diff) |
higher-order kinded types in generics
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@871 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend/compilerSwitches.dcl')
-rw-r--r-- | frontend/compilerSwitches.dcl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/frontend/compilerSwitches.dcl b/frontend/compilerSwitches.dcl index 41edd5a..4377a37 100644 --- a/frontend/compilerSwitches.dcl +++ b/frontend/compilerSwitches.dcl @@ -7,6 +7,8 @@ switch_import_syntax one_point_three two_point_zero :== one_point_three SwitchPreprocessor preprocessor no_preprocessor :== preprocessor +SwitchGenerics on off :== off + // MV... // - change T_ypeObjectType in StdDynamic (remove DummyModuleName-argument of T_ypeConsSymbol) // - the (ModuleID _)-constructor is *not* yet shared |