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 b085ff4 commit 1f792b7Copy full SHA for 1f792b7
Changelog.md
@@ -1,10 +1,13 @@
1
# Changelog
2
3
-## Unreleased
+## [0.9.1] - 2020-06-03
4
5
- `HB.instance` can be applied directly to a definition as in
6
`HB.instance Definition foo := Bar.Build T ...`
7
- port to coq-elpi version 1.4
8
+- Operations `op` from factory `f` are not bound to `f_op` anymore,
9
+ they are now bound to `op` and potentially masked operations
10
+ are accessible via `Super.op`.
11
12
## [0.9.0] - 2020-03-11
13
0 commit comments