Definitions GenAutomata Sections NuprlLIB Doc

No mentions to report in GenAutomata
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 GenAutomata Sections NuprlLIB Doc