Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Facundo Domínguez <facundominguez@gmail.com>
  • Loading branch information
AlecsFerra and facundominguez authored Jan 14, 2025
1 parent 4d70d12 commit d61e399
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/mkDocs/docs/options.md
Original file line number Diff line number Diff line change
Expand Up @@ -500,10 +500,10 @@ worse = bad (Very bad)
Note that all positive occurrences are permited, unlike Coq that only allows the strictly positive ones
(see: https://vilhelms.github.io/posts/why-must-inductive-types-be-strictly-positive/)

## Refined construcotrs
## Refined data constructors

**Options:** `allow-unsafe-constructors`
By **default** only safe constructor refinements are allowed.
By **default** only safe data constructor refinements are allowed.

Allows the user to refine the return type of a data constructor with arbitrary refinements, also unsafe ones.

Expand Down

0 comments on commit d61e399

Please sign in to comment.