Mercurial > hg > Papers > 2018 > nozomi-master
view paper/src/AgdaModusPonens.agda @ 116:ed6719c301fc
Update slide
author | atton <atton@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Mon, 13 Feb 2017 17:31:45 +0900 |
parents | f6d00a13f923 |
children |
line wrap: on
line source
f : {A B C : Set} -> ((A -> B) × (B -> C)) -> (A -> C) f = \p x -> (snd p) ((fst p) x)