name | function-def-comb |
version | 1.0 |
description | function-def-comb |
author | Joe Hurd <joe@gilith.com> |
license | HOLLight |
provenance | HOL Light theory extracted on 2011-02-19 |
show | Data.Bool |
⊦ Function.id = λx. x
⊦ ∀f g. Function.o f g = λx. f (g x)
⊦ T
⊦ (∀) = λP. P = λx. T