auto gitdoc commit
This commit is contained in:
parent
2e416a404f
commit
dc32aadeb3
1 changed files with 2 additions and 0 deletions
|
@ -89,6 +89,8 @@ exercise2∙13 = aux1 , equiv1
|
|||
-- known that (f ∘ g) x ≡ x
|
||||
-- g (f x) ≡ x
|
||||
-- g (f true) ≡ true
|
||||
-- maybe a proof by contradiction? suppose f true ≡ f false. why doesn't this work if f ∘ g ∼ id?
|
||||
-- how to work backwards from the f ∘ g ∼ id? since we have a value `g-id` of that
|
||||
asdf true = {! !}
|
||||
asdf false = {! !}
|
||||
|
||||
|
|
Loading…
Reference in a new issue