Definitions
MarkB
generic
Sections
NuprlLIB
Doc
No other cites to report in MarkB_generic
bxor
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:
bxor(p; q)
About:
Definitions
MarkB
generic
Sections
NuprlLIB
Doc