diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-03-17 16:04:14 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-03-17 16:04:14 +0100 |
| commit | 6d64d3e8e9123f3fa8166c8b710e2b2c61ed5898 (patch) | |
| tree | 086961c2dfb8e63a437379898e9fc70c21cf8949 /library/src/lib.rs | |
| parent | c47e4cb4969836e7fb8955361728105555b6d722 (diff) | |
Query
Diffstat (limited to 'library/src/lib.rs')
| -rw-r--r-- | library/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/library/src/lib.rs b/library/src/lib.rs index 83dbe17a..0850faf4 100644 --- a/library/src/lib.rs +++ b/library/src/lib.rs @@ -95,6 +95,7 @@ fn global(math: Module, calc: Module) -> Module { global.define("counter", meta::counter); global.define("numbering", meta::numbering); global.define("state", meta::state); + global.define("query", meta::query); // Symbols. global.define("sym", symbols::sym()); |
