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

@@ -3,6 +3,7 @@ module Lib.Types
import Prelude
import Lib.Common
import Lib.Prettier
import Lib.Error
import Data.IORef
import Data.SnocList