view final_main/src/AgdaNot.agda @ 2:93d26c4576d3

add picture
author ryokka
date Thu, 01 Feb 2018 01:17:55 +0900
parents
children
line wrap: on
line source

not : Bool -> Bool
not  true = false
not false = true