diff options
author | johnvg | 2011-04-04 15:31:21 +0000 |
---|---|---|
committer | johnvg | 2011-04-04 15:31:21 +0000 |
commit | 42bd624c9a6166298f40c0399018eba0ac115559 (patch) | |
tree | bfd4ce2b98bf57bb8be5f4eb33ba38d611405bcd /frontend/explicitimports.dcl | |
parent | Remove type argument from_symbol of type Import, it was always type ImportDec... (diff) |
use type ImportQualified instead of Bool for fields import_qualified and ei_qualified
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1899 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend/explicitimports.dcl')
-rw-r--r-- | frontend/explicitimports.dcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/explicitimports.dcl b/frontend/explicitimports.dcl index 0ffc679..952cc59 100644 --- a/frontend/explicitimports.dcl +++ b/frontend/explicitimports.dcl @@ -11,7 +11,7 @@ import syntax, checksupport ei_module_n :: !Int, ei_position :: !Position, ei_symbols :: ![ImportNrAndIdents], - ei_qualified:: !Bool + ei_qualified:: !ImportQualified } :: SolvedImports = |