typed.namespaces vocabulary - Factor Documentation (original) (raw)

typed.namespaces vocabulary
Factor handbook » Vocabulary index

Summary

Metadata

Parents: typed

Words

Tuple classes

Class Superclass Slots
variable-type-error tuple variable value type

Ordinary words

Word Stack effect
(typed-get) ( name type getter: ( name -- value ) -- value )
(typed-set) ( value name type setter: ( value name -- ) -- )
typed-get ( name type -- value )
typed-get-global ( name type -- value )
typed-set ( value name type -- )
typed-set-global ( value name type -- )
variable-type-error ( variable value type -- * )

Class predicate words

Word Stack effect
variable-type-error? ( object -- ? )

Files

resource:basis/typed/namespaces/namespaces.factor
resource:basis/typed/namespaces/namespaces-tests.factor