Next Previous Up Top Contents Index

5.2 Extensions to the Dylan library

limited

G.f. method

Summary

Defines a new type that represents a subset of the class <integer>.

Library

integers

Module

Arguments

singleton(<integer>)

min:
The lower bound of the range. The default is $minimum-integer.

max:
The upper bound of the range. The default is $maximum-integer

Signature

limited integer-class #key min max => limited-type 

Description

The integer-class argument is the class <integer>, and all other arguments are instances of <integer>. The range of <integer> is bounded by default.


Common Dylan and Functional Extensions - 31 Mar 00

Next Previous Up Top Contents Index