restructure Raw to separate import directives

This commit is contained in:
2024-09-29 09:33:09 -07:00
parent 9087ee6490
commit fa7d803ebb
5 changed files with 30 additions and 25 deletions

View File

@@ -107,8 +107,6 @@ processDecl (DCheck fc tm ty) = do
putStrLn "norm \{pprint [] norm}"
putStrLn "NF "
processDecl (DImport fc str) = pure ()
processDecl (Data fc nm ty cons) = do
ctx <- get
tyty <- check (mkCtx ctx.metas fc) ty (VU fc)