I broke this test; I am not sure why it worked in the first place -- to be checked
This commit is contained in:
parent
42426272c2
commit
6782f7a85f
|
@ -1,6 +1,5 @@
|
||||||
#lang htdp/bsl
|
#lang htdp/asl
|
||||||
|
|
||||||
(require racket/match)
|
(require racket/match)
|
||||||
(define-struct a (b))
|
(define-struct a (b))
|
||||||
(match (make-a 1)
|
(match (make-a 1) [(struct a (b)) b] [#f 3])
|
||||||
[(struct a (b)) b]
|
|
||||||
[#f 3])
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user