chore(tests/compiler/binomial): further reduce input size for debug build of interpreter...

This commit is contained in:
Sebastian Ullrich 2019-09-10 10:16:36 +02:00
parent 9f88c949f1
commit 2227873dc6
2 changed files with 2 additions and 2 deletions

View file

@ -22,6 +22,6 @@ partial def display : Nat → Heap → IO Unit
def main : IO Unit :=
do
let h := mkHeap 50 100;
let h := mkHeap 20 20;
display 0 h;
IO.println h.toList.length

View file

@ -1 +1 @@
5000
400