comparison paper/src/AgdaPattern.agda @ 51:6318c8f4bb8c

Writing Agda description
author atton <atton@cr.ie.u-ryukyu.ac.jp>
date Tue, 31 Jan 2017 11:57:12 +0900
parents
children
comparison
equal deleted inserted replaced
50:451c510825de 51:6318c8f4bb8c
1 not : Bool -> Bool
2 not false = true
3 not x = false