Definitions MarkB generic Sections NuprlLIB Doc

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

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

About:
boolbfalsebtrueifthenelsememberall!abstraction

Definitions MarkB generic Sections NuprlLIB Doc