comparison Paper/src/AgdaPattern.agda.replaced @ 5:339fb67b4375

INIT rbt.agda
author soto <soto@cr.ie.u-ryukyu.ac.jp>
date Sun, 07 Nov 2021 00:51:16 +0900
parents c59202657321
children
comparison
equal deleted inserted replaced
4:72667e8198e2 5:339fb67b4375
1 not : Bool @$\rightarrow$@ Bool 1 not : Bool !$\rightarrow$! Bool
2 not false = true 2 not false = true
3 not x = false 3 not x = false