Fix issue building newt

This commit is contained in:
2025-08-28 21:24:29 -07:00
parent fcee117260
commit 33a4cf6070

View File

@@ -414,6 +414,7 @@ solve env m sp t = do
-- check any autos -- check any autos
top <- getTop top <- getTop
let mc = top.metaCtx let mc = top.metaCtx
let (CheckAll) = mc.mcmode | _ => pure MkUnit
debug $ \ _ => "check autos depending on \{show ix} \{debugStr mc.mcmode}" debug $ \ _ => "check autos depending on \{show ix} \{debugStr mc.mcmode}"
checkAutos ix mc.autos checkAutos ix mc.autos
pure MkUnit pure MkUnit