We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9840d13 commit 9e09df7Copy full SHA for 9e09df7
Changelog.md
@@ -5,7 +5,7 @@
5
### General
6
7
- **Change** For a structure `S` on a subject of type `T`, declares `S.sort` as
8
- an Elpi coercion from `S.type` to `T` and `S.pack` as an Epli coercion from
+ an Elpi coercion from `S.type` to `T` and `S.pack` as an Elpi coercion from
9
`T` to `S.type` whenever `T` is not a global type (e.g. a variable). Note
10
that `S.pack` can cast a `t : T` to `S.type` only if an instance of the
11
class `S` on `t` is found by type class inference
0 commit comments