On this page:
top
up next →

7Module rml/not-implementedπŸ”— i

This is a common utility module, it provides a single procedure, raise-not-implmented, and a single predicate exn:fail:not-implmented?. These provide a simple way to mark incomplete procedures in the current implementation of this, or any related package.

Examples:
> (requirerml/not-implemented)
> (define(fuzzifydata-setfeatures )
> (fuzzifydataset'())

The called procedure is not yet implemented.

predicate

( exn:fail:not-implemented? a)boolean?

a:any/c
Returns #t if the value of a is an instance of the exn:fail:not-implmented exception.

procedure

( raise-not-implemented namemessage)any

name:(or/c symbol?string?)
message:string?
Raises a exn:fail:not-implmented exception.

top
up next →

AltStyle γ«γ‚ˆγ£γ¦ε€‰ζ›γ•γ‚ŒγŸγƒšγƒΌγ‚Έ (->γ‚ͺγƒͺγ‚ΈγƒŠγƒ«) /