Handbook
Glossary
my-generic ( x -- b )
Vocabulary
tools
.
deploy
.
test
.
7
Inputs
x
an
object
Outputs
b
an
object
Definition
IN:
tools.deploy.test.7
GENERIC:
my-generic
( x -- b )
Methods
USING:
combinators
generic
math
namespaces
tools.deploy.test.7
;
M:
fixnum
my-generic
M\
fixnum
my-generic
(call-next-method)
my-var
get
( a -- b )
call-effect
;
USING:
math
tools.deploy.test.7
;
M:
integer
my-generic
sq
;