add constructor for unification error (6% improvement)
Some checks failed
Publish Playground / build (push) Has been cancelled
Publish Playground / deploy (push) Has been cancelled

This commit is contained in:
2026-04-04 21:05:18 -07:00
parent 66286c4b19
commit 03ece3c480
14 changed files with 85 additions and 59 deletions

View File

@@ -6,7 +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.