Skip to content

Commit b550cb9

Browse files
committed
fixes #89
1 parent c53a6f2 commit b550cb9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

structures.v

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,8 +382,9 @@ Elpi Export HB.factory.
382382
- all classes whose requirements can be obtained from [Factory] are
383383
declared canonical on [A]
384384
- for each operation [op] and property [prop] (named fields) of
385-
[Factory A] a [Notation] named [op_f] and [property_f]
385+
[Factory A] a [Notation] named [op] and [property]
386386
for the partial application of [op] and [property] to the variable [f]
387+
The former [op] and [property] are aliased [Super.op] and [Super.property]
387388
388389
[HB.end] ends the section and closes the module and synthesizes
389390
- for each structure inhabited via [HB.instance] it defined all

0 commit comments

Comments
 (0)