typed ボキャブラリ
Factor ハンドブック > ボキャブラリ索引


ドキュメント
Strongly-typed word definitions

メタデータ
作者:Joe Groff


ワード

タプルクラス
クラススーパークラススロット
input-mismatch-error type-mismatch-error
output-mismatch-error type-mismatch-error
type-mismatch-error tupleword expected-types


述語クラス
クラススーパークラス
typed-gensym word
typed-word word


パーシングワード
ワード構文
TYPED:TYPED: word ( a b: class ... -- x: class y ... ) body ;
TYPED::TYPED:: word ( a b: class ... -- x: class y ... ) body ;


通常ワード
ワードスタック効果
define-typed( word def effect -- )
input-mismatch-error( word expected-types -- * )
output-mismatch-error( word expected-types -- * )
type-mismatch-error( word expected-types -- * )


クラス述語ワード
ワードスタック効果
input-mismatch-error?( object -- ? )
output-mismatch-error?( object -- ? )
type-mismatch-error?( object -- ? )
typed-gensym?( object -- ? )
typed-word?( object -- ? )


ファイル
resource:basis/typed/typed.factor
resource:basis/typed/typed-docs.factor
resource:basis/typed/typed-tests.factor


resource:basis の子
ボキャブラリ概要
typed.debuggertyped.debugger ボキャブラリ
typed.prettyprinttyped.prettyprint ボキャブラリ



ボキャブラリ概要
typed.privatetyped.private ボキャブラリ