erasure refactor

This commit is contained in:
rhiannon morris 2023-10-20 06:09:20 +02:00
parent fbb862c88b
commit 421eb220fd
4 changed files with 113 additions and 133 deletions

View file

@ -13,7 +13,7 @@ import public Control.Eff
public export
Whnf : List (Type -> Type)
Whnf = [NameGen, Except Error]
Whnf = [Except Error, NameGen]
public export