view paper/src/AgdaLambda.agda @ 2:c7acb9211784

add code, figure. and paper fix content
author ryokka
date Mon, 27 Jan 2020 20:41:36 +0900
parents
children 8ef64db63497
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