home: hub: zuo

ref: 8e5889465ef96d4675107dfe54cfabbc46b9d8f0
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.