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/syntax.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/syntax.dcl')
-rw-r--r-- | frontend/syntax.dcl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/frontend/syntax.dcl b/frontend/syntax.dcl index c585a1f..0e01bde 100644 --- a/frontend/syntax.dcl +++ b/frontend/syntax.dcl @@ -462,9 +462,11 @@ cNameLocationDependent :== True { import_module :: !Ident , import_symbols :: ![ImportDeclaration] , import_file_position:: !Position // for error messages - , import_qualified :: !Bool + , import_qualified :: !ImportQualified } +:: ImportQualified = NotQualified | Qualified + instance toString Import, AttributeVar, TypeAttribute, Annotation :: ParsedImport :== Import |