Skip to content
Merged
Changes from 2 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
4 changes: 4 additions & 0 deletions doc/style-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -717,3 +717,7 @@ 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, `contradiction`, as a higher-level encapsulated abstraction,
is to be preferred over direct appeal to `Data.Empty.⊥-elim`.