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.
> (requirerml/not-implemented)> (fuzzifydataset'())The called procedure is not yet implemented.
predicate
( exn:fail:not-implemented? a)→boolean?
a:any/c
procedure
( raise-not-implemented namemessage)→any
message:string?