Merge pull request #501 from ChefYeum/patch-1
Add documentation link to Agda pragmas
This commit is contained in:
commit
b372721501
1 changed files with 1 additions and 1 deletions
|
@ -941,7 +941,7 @@ Such a pragma can only be invoked once, as invoking it twice would
|
||||||
raise confusion as to whether `2` is a value of type `ℕ` or type
|
raise confusion as to whether `2` is a value of type `ℕ` or type
|
||||||
`Data.Nat.ℕ`. Similar confusions arise if other pragmas are invoked
|
`Data.Nat.ℕ`. Similar confusions arise if other pragmas are invoked
|
||||||
twice. For this reason, we will usually avoid pragmas in future chapters.
|
twice. For this reason, we will usually avoid pragmas in future chapters.
|
||||||
Information on pragmas can be found in the Agda documentation.
|
Information on pragmas can be found in the (Agda documentation)[https://agda.readthedocs.io/en/v2.6.1/language/pragmas.html].
|
||||||
|
|
||||||
|
|
||||||
## Unicode
|
## Unicode
|
||||||
|
|
Loading…
Reference in a new issue