From 5d0b8e6371d1e365ff9b10e0160a39f0f1d9f359 Mon Sep 17 00:00:00 2001 From: Josh Rahm Date: Thu, 3 Oct 2024 12:58:38 -0600 Subject: Make changes to AST for qualification step. --- src/Language/Fiddle/Compiler/Qualification.hs | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/Language/Fiddle/Compiler/Qualification.hs') 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 -- cgit