view paper/src/AgdaPattern.agda @ 71:b0cfef1cd89f

Add sample source
author atton <atton@cr.ie.u-ryukyu.ac.jp>
date Mon, 06 Feb 2017 10:15:16 +0900
parents 6318c8f4bb8c
children
line wrap: on
line source

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