annotate paper/src/AgdaLambda.agda @ 109:f6d00a13f923

Add ()
author atton
date Mon, 13 Feb 2017 14:11:30 +0900
parents 4985359bd08b
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
79
4985359bd08b Update agda description
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1 not-apply : Bool -> Bool
4985359bd08b Update agda description
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
2 not-apply = (\b -> not b) -- use lambda
4985359bd08b Update agda description
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
3
4985359bd08b Update agda description
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
4 not-apply : Bool -> Bool
4985359bd08b Update agda description
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
5 not-appy b = not b -- not use lambda