This commit is contained in:
2024-09-29 07:17:55 -07:00
parent beb7b1a623
commit 9087ee6490
27 changed files with 87 additions and 73 deletions

View File

@@ -107,7 +107,7 @@ processDecl (DCheck fc tm ty) = do
putStrLn "norm \{pprint [] norm}"
putStrLn "NF "
processDecl (DImport fc str) = throwError $ E fc "import not implemented"
processDecl (DImport fc str) = pure ()
processDecl (Data fc nm ty cons) = do
ctx <- get