diff options
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 8a231531..31da5b71 100644 --- a/library/src/lib.rs +++ b/library/src/lib.rs @@ -96,6 +96,7 @@ fn global(math: Module, calc: Module) -> Module { // Compute. global.def_func::<compute::TypeFunc>("type"); global.def_func::<compute::ReprFunc>("repr"); + global.def_func::<compute::PanicFunc>("panic"); global.def_func::<compute::AssertFunc>("assert"); global.def_func::<compute::EvalFunc>("eval"); global.def_func::<compute::IntFunc>("int"); |
