diff options
Diffstat (limited to 'src/Language/Fiddle/Compiler/Qualification.hs')
-rw-r--r-- | src/Language/Fiddle/Compiler/Qualification.hs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Language/Fiddle/Compiler/Qualification.hs b/src/Language/Fiddle/Compiler/Qualification.hs index 146fd61..f8fbc0a 100644 --- a/src/Language/Fiddle/Compiler/Qualification.hs +++ b/src/Language/Fiddle/Compiler/Qualification.hs @@ -8,8 +8,6 @@ -- -- In this phase, symbol resolution statements (such as 'using' statements) are -- removed, as they become unnecessary once references are fully qualified. --- Additionally, package structures are flattened, and package declarations are --- discarded since full qualification renders them redundant. module Language.Fiddle.Compiler.Qualification (qualificationPhase) where import Control.Monad.Identity |