We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97776db commit 9b532ddCopy full SHA for 9b532dd
Changelog.md
@@ -8,7 +8,7 @@
8
- **Speedup** `toposort` on `gref` uses OCaml's maps and sets rather than lists
9
10
- **Change** For a structure `S` on a subject of type `T`, declares `S.sort` as
11
- 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
12
`T` to `S.type` whenever `T` is not a global type (e.g. a variable). Note
13
that `S.pack` can cast a `t : T` to `S.type` only if an instance of the
14
class `S` on `t` is found by type class inference
0 commit comments