organisation and cleaning

organisation and tidying
This commit is contained in:
crumbtoo
2024-01-30 14:04:27 -07:00
parent e962bacd2e
commit ba099b7028
6 changed files with 81 additions and 79 deletions

View File

@@ -22,7 +22,8 @@ import Data.Text qualified as T
import Data.String (IsString(..))
import Core.Syntax
import Compiler.RLPC
import Compiler.RlpcError
-- TODO: unify Located definitions
import Compiler.RlpcError hiding (Located(..))
import Lens.Micro
import Lens.Micro.TH
}