comparison paper/src/AgdaLambda.agda @ 79:4985359bd08b

Update agda description
author atton <atton@cr.ie.u-ryukyu.ac.jp>
date Wed, 08 Feb 2017 15:52:44 +0900
parents
children
comparison
equal deleted inserted replaced
78:897fda8e39c5 79:4985359bd08b
1 not-apply : Bool -> Bool
2 not-apply = (\b -> not b) -- use lambda
3
4 not-apply : Bool -> Bool
5 not-appy b = not b -- not use lambda