Skip to content

Commit

Permalink
un
Browse files Browse the repository at this point in the history
  • Loading branch information
zaoqi committed Aug 30, 2017
1 parent ea5bea5 commit f610d11
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions zk.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@
(require "id.rkt")
(require "struct.rkt")

(define-state-cleaner s
(let ([gs (filter-not (λ (x) (member x (state-hg s))) (remove-duplicates (state-g s)))])
(if (< (length gs) (length (state-g s)))
(state gs (state-c s) (state-hg s))
#f)))
;(define-state-cleaner s
; (let ([gs (filter-not (λ (x) (member x (state-hg s))) (remove-duplicates (state-g s)))])
; (if (< (length gs) (length (state-g s)))
; (state gs (state-c s) (state-hg s))
; #f)))

#| State → SizedStream State |#
(define (pass- s)
Expand Down

0 comments on commit f610d11

Please sign in to comment.