Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Tragicus committed Jun 6, 2024
1 parent 2c94298 commit 8ad25ac
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,14 @@

### General

- **Change** For a structure S on a subject of type T, declares sort as an
Elpi coercion from S to T and an Epli coercion from T to S whenever T
has no gref.
- **Change** Declares axioms_ as a typeclass
- **Change** For a structure `S` on a subject of type `T`, declares `S.sort` as
an Elpi coercion from `S.type` to `T` and `S.pack` as an Epli coercion from
`T` to `S.type` whenever `T` is not a global type (e.g. a variable). Note
that `S.pack` can cast a `t : T` to `S.type` only if an instance of the
class `S` on `t` is found by type class inference
- **Change** `HB.structure` declares the class of a structure (`axioms_`) as a
type class on the subject with all arguments in output mode but for the
subject that is in input mode.

## [1.7.0] - 2024-01-10

Expand Down

0 comments on commit 8ad25ac

Please sign in to comment.