AoC todos and tweaks

This commit is contained in:
2025-12-13 14:51:26 -08:00
parent c938a2e3cd
commit fe3e25f009
8 changed files with 33 additions and 4 deletions

View File

@@ -526,6 +526,7 @@ unify env mode t u = do
unifyVar : Val -> Val -> M UnifyResult
unifyVar t'@(VVar fc k sp) u'@(VVar fc' k' sp') =
if k == k' then unifySpine env mode (k == k') sp sp'
-- FIXME - get some names in here.
else error fc "Failed to unify \{show t'} and \{show u'}"
unifyVar t'@(VVar fc k Lin) u = do