chore: fix test

This commit is contained in:
Leonardo de Moura 2020-05-22 14:47:39 -07:00
parent 1eaae47bab
commit a2e339e868

View file

@ -1,4 +1,6 @@
import Init.Data.BinomialHeap
import Std.Data.BinomialHeap
open Std
abbrev Heap := BinomialHeap Nat (fun a b => a < b)