Package option-dest: Theory of the option destructors

Information

nameoption-dest
version1.0
descriptionTheory of the option destructors
authorJoe Hurd <joe@gilith.com>
licenseMIT
showData.Bool
Data.Option

Files

Defined Constant

Theorems

x. case none some x = x

(b f. case b f none = b) b f a. case b f (some a) = f a

Input Type Operators

Input Constants

Assumptions

T

() = λP. P ((select) P)

() = λP. P = λx. T

x. x = x T

() = λp q. p q p

x. x = none a. x = some a

() = λp q. (λf. f p q) = λf. f T T

() = λP. q. (x. P x q) q

() = λp q. r. (p r) (q r) r

NONE' SOME'. fn. fn none = NONE' a. fn (some a) = SOME' a