home
wiki
classes/clusters list
class information
+
Point of view
All features
ANY
INTERNALS_HANDLER
All features
class PROCEDURE [O_ ->
TUPLE
]
Summary
top
Where O_ represents open arguments (i.e. arguments which are delayed).
Direct parents
inherit list:
ROUTINE
Overview
top
call
(o: O_)
top
Call feature with all its operands, using
o
for the open operands.
is_equal
(other: PROCEDURE [O_ ->
TUPLE
]):
BOOLEAN
top
Is
other
attached to an object considered equal to current object?
require
other /= Void
ensure
commutative:
generating_type = other.generating_type implies Result = other.is_equal(Current)