boolean lambdas
Concept
Booleans
- as curried functions that select one of the inputs
Propositions
not: ifpis true, return false, otherwise true
and: ifpis true, returnq, otherwise false
or: ifpis true, return true, otherwiseq
Application
Reduction of the not function