Added error checking in the graphs-typed benchmark.
This commit is contained in:
parent
1ac3f6905f
commit
63be1f51ed
|
@ -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?
|
||||
|
|
Loading…
Reference in New Issue
Block a user