aboutsummaryrefslogtreecommitdiff
path: root/src/algebra/strap/ABELMON-.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'src/algebra/strap/ABELMON-.lsp')
-rw-r--r--src/algebra/strap/ABELMON-.lsp13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/algebra/strap/ABELMON-.lsp b/src/algebra/strap/ABELMON-.lsp
index 82017e64..1c1cdd43 100644
--- a/src/algebra/strap/ABELMON-.lsp
+++ b/src/algebra/strap/ABELMON-.lsp
@@ -1,6 +1,19 @@
(/VERSIONCHECK 2)
+(DECLAIM (FTYPE (FUNCTION (|%Thing| |%Shell|) |%Boolean|)
+ |ABELMON-;zero?;SB;1|))
+
+(DECLAIM (FTYPE (FUNCTION ((|%IntegerSection| 1) |%Thing| |%Shell|)
+ |%Thing|)
+ |ABELMON-;*;Pi2S;2|))
+
+(DECLAIM (FTYPE (FUNCTION (|%Shell|) |%Thing|) |ABELMON-;sample;S;3|))
+
+(DECLAIM (FTYPE (FUNCTION ((|%IntegerSection| 0) |%Thing| |%Shell|)
+ |%Thing|)
+ |ABELMON-;*;Nni2S;4|))
+
(DEFUN |ABELMON-;zero?;SB;1| (|x| $)
(SPADCALL |x| (|spadConstant| $ 7) (|getShellEntry| $ 9)))