(
(
(
Racket
)
)
)
Need Help?
About
Download
Documentation
PLaneT
Community
Learning
Home
>
dyoo
>
js-vm.plt
>
package version 1.4
lang/posn.rkt
#lang
s-exp
"base.rkt"
(
define-struct
posn
(
x
y
)) (
provide
posn?
make-posn
posn-x
posn-y
)