chore: fix test
This commit is contained in:
parent
b78ab05360
commit
ec71dd256f
1 changed files with 2 additions and 2 deletions
|
|
@ -5,8 +5,8 @@ def tst : IO Unit :=
|
|||
do env ← importModules [`Init.Data.Array.Default];
|
||||
match env.find `Array.foldl with
|
||||
| some info => do
|
||||
IO.println (info.instantiateTypeUnivParams [Level.zero, Level.zero]);
|
||||
IO.println (info.instantiateValueUnivParams [Level.zero, Level.zero]);
|
||||
IO.println (info.instantiateTypeLevelParams [Level.zero, Level.zero]);
|
||||
IO.println (info.instantiateValueLevelParams [Level.zero, Level.zero]);
|
||||
pure ()
|
||||
| none => IO.println ("Array.foldl not found");
|
||||
pure ()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue