WhoCites
Definitions
bool
1
Sections
StandardLIB
Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Who Cites eq
bool?
eq_bool
Def
p
=
q
== (
p
q
)
(
p
q
)
Thm*
p
,
q
:
.
p
=
q
bnot
Def
b
== if
b
false
else true
fi
Thm*
b
:
.
b
band
Def
p
q
== if
p
q
else false
fi
Thm*
p
,
q
:
. (
p
q
)
bor
Def
p
q
== if
p
true
else
q
fi
Thm*
p
,
q
:
. (
p
q
)
Syntax:
p
=
q
has structure:
eq_bool(
p
;
q
)
About:
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
WhoCites
Definitions
bool
1
Sections
StandardLIB
Doc