diff options
author | Nadrieril | 2019-12-23 21:59:47 +0000 |
---|---|---|
committer | Nadrieril | 2019-12-23 21:59:47 +0000 |
commit | 0e928ebde4ab8b662499eb716f366b97479c75fc (patch) | |
tree | 80e836e2a76ed70718ee31ab01e95b67fc59f248 /dhall/src/syntax/ast | |
parent | cb2097ed82c7aa23f555cb27a7e27a32863de09a (diff) |
Add two new Integer builtins
Diffstat (limited to 'dhall/src/syntax/ast')
-rw-r--r-- | dhall/src/syntax/ast/expr.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dhall/src/syntax/ast/expr.rs b/dhall/src/syntax/ast/expr.rs index fe49448..68cb524 100644 --- a/dhall/src/syntax/ast/expr.rs +++ b/dhall/src/syntax/ast/expr.rs @@ -79,6 +79,8 @@ pub enum Builtin { NaturalSubtract, IntegerToDouble, IntegerShow, + IntegerNegate, + IntegerClamp, DoubleShow, ListBuild, ListFold, |