view paper/src/AgdaLambda.agda @ 130:80a196c82a4c

Update todo
author atton <atton@cr.ie.u-ryukyu.ac.jp>
date Sat, 18 Feb 2017 15:43:09 +0900
parents 4985359bd08b
children
line wrap: on
line source

not-apply : Bool -> Bool
not-apply = (\b -> not b)   -- use lambda

not-apply : Bool -> Bool
not-appy b = not b          -- not use lambda