condition - Factor Documentation

condition


Vocabulary
continuations

Definition
IN: continuations

TUPLE: condition error restarts continuation ;


Methods
USING: accessors assocs continuations kernel sequences ;

M: condition compute-restarts
[ error>> compute-restarts ] [
[ restarts>> ] [ continuation>> [ <restart> ] curry ] bi
{ } assoc>map
] bi append ;


USING: accessors continuations source-files.errors ;

M: condition error-file error>> error-file ;


USING: accessors continuations debugger ;

M: condition error-help error>> error-help ;


USING: accessors continuations source-files.errors ;

M: condition error-line error>> error-line ;


USING: accessors continuations debugger ;

M: condition error. error>> error. ;


USING: accessors arrays continuations fuel.pprint
fuel.pprint.private kernel sequences ;

M: condition fuel-pprint
[ error>> ] [ fuel-restarts ] bi 2array condition prefix
fuel-pprint ;


USING: accessors continuations summary ;

M: condition summary error>> summary ;

AltStyle によって変換されたページ (->オリジナル) /