view paper/src/AgdaPattern.agda @ 86:e437746d6038

Fix lstinput
author atton <atton@cr.ie.u-ryukyu.ac.jp>
date Thu, 09 Feb 2017 15:40:11 +0900
parents 6318c8f4bb8c
children
line wrap: on
line source

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