Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions doc/style-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -717,3 +717,8 @@ used successfully in PR
systematic for `Nary` relations in PR
[#811](https://github.com/agda/agda-stdlib/pull/811)

## Prefer use of `Relation.Nullary.Negation.Core.contradiction`

Where possible use `contradiction` between two explicit arguments rather
than appealing to the lower-level `Data.Empty.⊥-elim`. This provides
clearer documentation for readers of the code.