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 Prelude
import Lib.Common
import Lib.Types
import Lib.Error
-- TODO move the def in here (along with M) or merge this into types
-- The Monad can be its own file if we pull all of the monad update functions there.