
This work is sponsored by the
Deploy Project

This work is licensed under a Creative Commons Attribution 3.0 Unported License
Booleans
User Manual for Rodin v.2.3
| |
 |
 |
 |
User Manual for Rodin v.2.3 |
 |
 |
 |
3.3.3 Booleans
|
BOOL |
Boolean values |
|
TRUE |
Boolean true |
|
TRUE |
Boolean false |
|
bool |
Convert a predicate into a Boolean value |
- Description
is a pre-defined carrier set that contains the constants and .
denotes the Boolean value of a predicate . If is true, the expression is , if is false, the expression is .
- Definition

- Types

with being a predicate.
- WD



|