[racket] racket/serialize example in The Racket Guide does not work

From: fyooo (fyooo at foxmail.com)
Date: Sat Jan 31 22:32:46 EST 2015

I followed the guide in http://docs.racket-lang.org/guide/serialization.html‍


> (require racket/serialize)
> (serializable-struct posn (x y) #:transparent)
> (deserialize (serialize (posn 1 2)))
. . dynamic-require: name is not provided
  name: 'deserialize-info:posn-v0
  module: #<resolved-module-path:'anonymous-module>‍
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20150201/afca180f/attachment.html>

Posted on the users mailing list.