Next Previous Up Top Contents Index

2.6 The COMMON-EXTENSIONS module

supplied?

Function

Summary

Returns true if its argument is not equal to the unique "unsupplied" value, $unsupplied, and false if it is.

Signature

supplied? object => supplied? 

Arguments

object
An instance of <object>.

Values

supplied?

An instance of <boolean>.

Library

common-extensions

Module

common-extensions

Description

Returns true if object is not equal to the unique "unsupplied" value, $unsupplied, and false if it is. It uses \= as the equivalence predicate.

See also

$unsupplied, page 50

unsupplied, page 50

$unsupplied, page 50


Common Dylan and Functional Extensions - 31 Mar 00

Next Previous Up Top Contents Index