comparison final_pre/src/AgdaLambda.agda @ 7:28f900230c26

add final_pre
author ryokka
date Mon, 19 Feb 2018 23:32:24 +0900
parents
children
comparison
equal deleted inserted replaced
6:d927f6b3d2b3 7:28f900230c26
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