summaryrefslogtreecommitdiff
path: root/doc/sources/Tutorial.md
blob: dc7dc71c255035b9795ab6dcb8c24121525004d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
# Tutorial: setoids
A _setoid_ is a type equipped with an equivalence relation

```idris hide
module Tutorial
```

```idris
Example1 : Nat
Example1 = 0
```