home: hub: zuo

ref: 6f89679a2fdbe2fc0b0b26c08d04284d2ec54736
dir: /zuo-doc/lang-zuo-datum.scrbl/

View raw version
#lang scribble/manual

@title{Zuo Data as Module}

@defmodulelang[zuo/datum]

A module in the @racketmodname[zuo/datum] language ``exports'' its
content as a list of S-expressions. The export is not a
@racket[provide] in the sense of the @racketmodname[zuo] language.
Instead, the module's representation (see @secref["module-protocol"])
is just a hash table mapping @racket['datums] to the list of
S-expressions.