Re-export struct:posn from lang/posn.
I hadn't checked someone is using it.
This commit is contained in:
parent
faf8ec358f
commit
5cd0a37d5e
|
@ -3,7 +3,7 @@
|
|||
(require lang/private/signature-syntax)
|
||||
|
||||
;; The posn struct for the teaching languages
|
||||
(provide make-posn posn? posn-x posn-y set-posn-x! set-posn-y!
|
||||
(provide struct:posn make-posn posn? posn-x posn-y set-posn-x! set-posn-y!
|
||||
(rename-out (posn-signature posn)))
|
||||
|
||||
(struct posn (x y) #:mutable #:transparent)
|
||||
|
|
Loading…
Reference in New Issue
Block a user