one more test case
This commit is contained in:
parent
9a7ee2dff4
commit
56d3748d30
|
@ -10,3 +10,4 @@
|
|||
(vector 'hello 'world)
|
||||
(person 'danny 32)
|
||||
(person "jerry" 32)
|
||||
#0=(cons 1 #0#)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#lang planet dyoo/whalesong/base
|
||||
#lang planet dyoo/whalesong
|
||||
|
||||
(current-print-mode "constructor")
|
||||
|
||||
|
@ -17,4 +17,10 @@
|
|||
|
||||
(define-struct person (name age))
|
||||
(person 'danny 32)
|
||||
(person "jerry" 32)
|
||||
(person "jerry" 32)
|
||||
|
||||
|
||||
;; This is slightly broken: we should follow DrRacket shared printing
|
||||
;; notation.
|
||||
(shared ([a (cons 1 a)])
|
||||
a)
|
Loading…
Reference in New Issue
Block a user