Mercurial > hg > Gears > GearsAgdaExample
comparison logic.agda @ 2:250c1d4e683b default tip
...
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Sun, 14 Feb 2021 00:09:23 +0900 |
parents | f9ec9e384bef |
children |
comparison
equal
deleted
inserted
replaced
1:69dc3096fa72 | 2:250c1d4e683b |
---|---|
1 module logic where | 1 module logic where |
2 | 2 |
3 open import Level | 3 open import Level |
4 open import Relation.Nullary | 4 open import Relation.Nullary |
5 open import Relation.Binary | 5 open import Relation.Binary hiding (_⇔_) |
6 open import Data.Empty | 6 open import Data.Empty |
7 | 7 |
8 | 8 |
9 data Bool : Set where | 9 data Bool : Set where |
10 true : Bool | 10 true : Bool |