Added error checking in the graphs-typed benchmark.

This commit is contained in:
Vincent St-Amour 2010-05-19 10:33:15 -04:00
parent 1ac3f6905f
commit 63be1f51ed

View File

@ -377,9 +377,8 @@
state))
((more)
(accross state))
;;(else
;; (assert #f))
))
(else
(error "can't happen"))))
0
(lambda: ((leaf-depth : Integer)
(state : Boolean)
@ -504,9 +503,8 @@
#f)
((equal more)
(accross #t))
;(else
; (assert #f))
))))
(else
(error "can't happen"))))))
(lambda ()
(minimal-folder root
edge?