view suruga-thesis/final_main/src/AgdaPattern.agda @ 3:8faea9c319ed

add thesis
author suruga
date Thu, 15 Feb 2018 14:46:18 +0900
parents
children
line wrap: on
line source

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