aboutsummaryrefslogtreecommitdiff
path: root/src/algebra/java.spad.pamphlet
diff options
context:
space:
mode:
Diffstat (limited to 'src/algebra/java.spad.pamphlet')
-rw-r--r--src/algebra/java.spad.pamphlet7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/algebra/java.spad.pamphlet b/src/algebra/java.spad.pamphlet
index c0624228..c5a6667b 100644
--- a/src/algebra/java.spad.pamphlet
+++ b/src/algebra/java.spad.pamphlet
@@ -19,11 +19,8 @@
++ Description: This domain defines the datatype for the Java
++ Virtual Machine byte codes.
JavaBytecode(): Public == Private where
- Public ==> Join(CoercibleTo OutputForm, CoercibleTo Byte) with
- coerce: Byte -> %
- ++ coerce(x) the numerical byte value into a JVM bytecode.
-
- Private ==> add
+ Public == Join(CoercibleTo OutputForm, HomotopicTo Byte)
+ Private == add
-- mnemonics equivalent of bytecodes.
mnemonics : PrimitiveArray Symbol :=
[['nop, 'aconst__null, 'iconst__m1, 'iconst__0, 'iconst__1, _