Merge pull request #305 from windwardly/ww-markdown

thanks, good catch
This commit is contained in:
Rígille S. B. Menezes 2021-11-26 17:39:53 -03:00 committed by GitHub
commit dadd623825
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,7 @@ If that looks alien to you, don't worry for now, it will become clear. The
```
Equal.refl : (A: Type) -> (x: A) -> Equal(A,x,x)
````
```
That means `refl` receives a type (`A`), and element `x` of type `A`, and
returns `Equal(A,x,x)`. As an example, the program below: