home: hub: zuo

ref: ebdc0451c39c70ce88b3b6ab9ba2b8e389ec519a
dir: /zuo-doc/lang-zuo-datum.scrbl/

View raw version
#lang scribble/manual
@(require (for-label zuo-doc/fake-zuo))

@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.