Jesús Pérez 0396e4037b
Some checks failed
Nickel Type Check / Nickel Type Checking (push) Has been cancelled
Rust CI / Security Audit (push) Has been cancelled
Rust CI / Check + Test + Lint (nightly) (push) Has been cancelled
Rust CI / Check + Test + Lint (stable) (push) Has been cancelled
chore: add ontology and reflection
2026-03-13 00:21:04 +00:00

10 lines
162 B
Plaintext

let s = import "../schemas/core.ncl" in
{
make_node = fun data => s.Node & data,
make_edge = fun data => s.Edge & data,
Node = s.Node,
Edge = s.Edge,
}