Enum ImpreciseBoolean
A three-valued "Boolean" type that allows Boolean property analyses to express uncertainty.
Namespace: Flame.TypeSystem
Assembly: Flame.dll
Syntax
public enum ImpreciseBoolean
Fields
Name | Description |
---|---|
False | The |
Maybe | A value that expresses uncertainty about whether a property holds or not: it may hold or it may not. |
True | The |