20 lines
529 B
Plaintext
20 lines
529 B
Plaintext
let s = import "coder.ncl" in
|
|
|
|
{
|
|
make_author = fun data => s.Author & data,
|
|
make_context = fun data => s.Context & data,
|
|
make_entry = fun data => s.Entry & data,
|
|
make_record = fun data => s.Record & data,
|
|
|
|
Author = s.Author,
|
|
Context = s.Context,
|
|
Entry = s.Entry,
|
|
Record = s.Record,
|
|
RecordContext = s.RecordContext,
|
|
Kind = s.Kind,
|
|
Category = s.Category,
|
|
Domain = s.Domain,
|
|
ActorKind = s.ActorKind,
|
|
ContentRole = s.ContentRole,
|
|
}
|