![]() | ![]() | ![]() | instance-deleted-p | ![]() |
|
| unit-instance => boolean | [Function] |
Purpose
Determine whether a unit instance has been deleted.
Package :gbbopen
Module :gbbopen-core
Arguments and values
| unit-instance | A unit instance | |
| boolean | A generalized boolean |
Returns
True if the unit instance is deleted; nil otherwise.
See also
delete-instance
Example
Create, then delete, then check, a hyp unit instance:
> (instance-deleted-p (delete-instance (make-instance 'hyp))) t >
The GBBopen Project
![]() | ![]() | ![]() | instance-deleted-p | ![]() |