home: hub: zuo

ref: 67b2ebda49f691acfd676bb5f662e4e7e5471000
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.