extreme

Name

extreme -- Find extreme value e of PRED in LST.

Synopsis

(extreme pred lst)

Description

Find extreme value e of PRED in LST. If PRED defines a semi-ordering, `(PRED e x)' will hold for all members x of LST not equal to e. E.g. `(extreme < ...)' returns the lowest number.

Implementation Notes

Module: (app scwm flux)

Defined in scheme/flux.scm at line 300 (CVS log)