summaryrefslogtreecommitdiff
path: root/library/src/lib.rs
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2022-12-07 11:28:52 +0100
committerLaurenz <laurmaedje@gmail.com>2022-12-07 11:30:17 +0100
commit5a0053c7291549bc0be3753a09d6dc0efb364da6 (patch)
tree02e304d1fe7f5816e1f911262e850b19e9e60253 /library/src/lib.rs
parentb2572f9d48a8f0efd30014302dcc271cd89fa91e (diff)
Vectors and cases
Diffstat (limited to 'library/src/lib.rs')
-rw-r--r--library/src/lib.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/library/src/lib.rs b/library/src/lib.rs
index af5c252b..29a6cc94 100644
--- a/library/src/lib.rs
+++ b/library/src/lib.rs
@@ -53,6 +53,8 @@ fn scope() -> Scope {
std.def_node::<math::AtomNode>("atom");
std.def_node::<math::FracNode>("frac");
std.def_node::<math::SqrtNode>("sqrt");
+ std.def_node::<math::VecNode>("vec");
+ std.def_node::<math::CasesNode>("cases");
// Layout.
std.def_node::<layout::PageNode>("page");