comparison final_pre/src/AgdaPattern.agda @ 7:28f900230c26

add final_pre
author ryokka
date Mon, 19 Feb 2018 23:32:24 +0900
parents
children
comparison
equal deleted inserted replaced
6:d927f6b3d2b3 7:28f900230c26
1 not : Bool -> Bool
2 not false = true
3 not x = false