Copyright © 2010 Marc Worrell
Authors: Marc Worrell (marc@worrell.nl).
| 'and'/3 | |
| 'not'/2 | |
| 'or'/3 | |
| 'xor'/3 | |
| add/3 | |
| concat/3 | |
| divide/3 | |
| eq/3 | |
| ge/3 | |
| gt/3 | |
| le/3 | |
| lt/3 | |
| modulo/3 | |
| multiply/3 | |
| ne/3 | |
| negate/2 | |
| sub/3 |
and(A, B, Context) -> any()
not(A, Context) -> any()
or(A, B, Context) -> any()
xor(A, B, Context) -> any()
add(A, B, Context) -> any()
concat(A, B, Context) -> any()
divide(A, B, Context) -> any()
eq(Input, Value, Context) -> any()
ge(Input, Value, Context) -> any()
gt(Input, Value, Context) -> any()
le(Input, Value, Context) -> any()
lt(Input, Value, Context) -> any()
modulo(A, B, Context) -> any()
multiply(A, B, Context) -> any()
ne(Input, Value, Context) -> any()
negate(A, Context) -> any()
sub(A, B, Context) -> any()
Generated by EDoc, Dec 10 2012, 20:44:31.