Mercurial > hg > Papers > 2015 > atton-thesis
view src/apply_function.agda @ 42:4cc65012412f
Add proofs of functor-laws on delta
author | Yasutaka Higa <e115763@ie.u-ryukyu.ac.jp> |
---|---|
date | Fri, 13 Feb 2015 17:13:23 +0900 |
parents | a0d91fbf4876 |
children |
line wrap: on
line source
module apply_function where postulate A : Set postulate f : {B : Set} -> A -> B ->E : {B : Set} -> A -> (A -> B) -> B ->E a f = f a