math.combinators vocabulary - Factor Documentation (original) (raw)

math.combinators vocabulary
Factor handbook » Vocabulary index

Summary

Metadata

Parents: math
Tags: math

Words

Ordinary words

Word Stack effect
if-negative ( ..a n true: ( ..a n -- ..b ) false: ( ..a n -- ..b ) -- ..b )
if-positive ( ..a n true: ( ..a n -- ..b ) false: ( ..a n -- ..b ) -- ..b )
unless-negative ( ..a n quot: ( ..a n -- ..b ) -- ..b )
unless-positive ( ..a n quot: ( ..a n -- ..b ) -- ..b )
when-negative ( ..a n quot: ( ..a n -- ..b ) -- ..b )
when-positive ( ..a n quot: ( ..a n -- ..b ) -- ..b )

Files

resource:extra/math/combinators/combinators.factor
resource:extra/math/combinators/combinators-docs.factor
resource:extra/math/combinators/combinators-tests.factor

Metadata files

resource:extra/math/combinators/tags.txt