#! /usr/bin/runghc -D__DEBUG__ > > module Main where > > import Test.Heap > > main :: IO () > main = testHeap >