Definitions MarkB generic Sections NuprlLIB Doc

No other cites to report in MarkB_generic
bxorDef pq == (pq) (pq)
Thm* p,q:. pq
bnot Def b == if b false else true fi
Thm* b:. b
band Def pq == if p q else false fi
Thm* p,q:. (pq)
bor Def p q == if p true else q fi
Thm* p,q:. (p q)

Syntax:pq has structure: bxor(p; q)

About:
boolbfalsebtrueifthenelsememberall!abstraction

Definitions MarkB generic Sections NuprlLIB Doc