move Error to its own file

This commit is contained in:
2026-02-24 11:04:38 -08:00
parent 90e4bba766
commit a789cffcce
12 changed files with 54 additions and 36 deletions

View File

@@ -13,6 +13,7 @@ import Lib.Util
import Lib.TopContext
import Lib.Syntax
import Lib.Types
import Lib.Error
vprint : Context -> Val -> M String
vprint ctx v = do