Enhancements for the scribble language (a documentation language based on Racket)
Go to file
Matthew Flatt 30ad2e3890 serializable-struct, etc.: export deserialization info in submodule
This change is slightly incompatible, because `serializable-struct`,
`define-serializable-struct`, and `define-serializable-class` no
longer `provide` and identifier that they used to. Instead, the identifier
is provided by a `deserialize-info` submodule.

The deserializer looks for a `deserialize-info` submodule, and then
falls back to using a module if the submodule is not available.

original commit: 90142edc5b4649e058ccf66970c119076ac5e864
2013-11-08 18:13:43 -07:00
pkgs/scribble-pkgs serializable-struct, etc.: export deserialization info in submodule 2013-11-08 18:13:43 -07:00