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

@@ -6,6 +6,7 @@ import Data.String
import Lib.Common
import Lib.Elab
import Lib.Error
import Lib.Parser
import Lib.Syntax
import Data.SortedMap