fix: test
This commit is contained in:
parent
8311c88fd0
commit
c8fc371eb9
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ section
|
|||
#eval checkM `(id Nat)
|
||||
#eval checkM `(Sum Nat Nat)
|
||||
end
|
||||
#eval checkM `(id (id Nat)) (Std.RBMap.empty.insert (SubExpr.Pos.encode #[1]) $ KVMap.empty.insert `pp.explicit true)
|
||||
#eval checkM `(id (id Nat)) (Std.RBMap.empty.insert (SubExpr.Pos.ofArray #[1]) $ KVMap.empty.insert `pp.explicit true)
|
||||
|
||||
-- specify the expected type of `a` in a way that is not erased by the delaborator
|
||||
def typeAs.{u} (α : Type u) (a : α) := ()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue