Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
gares committed Dec 4, 2023
1 parent 2dbe485 commit faa0803
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 4 additions & 2 deletions structures.v
Original file line number Diff line number Diff line change
Expand Up @@ -677,8 +677,10 @@ actions-compat ModuleName :-
end-module _,
end-module O,
export-module O,
coq.env.current-library File,
coq.elpi.accumulate current "export.db" (clause _ _ (module-to-export File "" O)).
% is this a bug?
% coq.env.current-library File,
% coq.elpi.accumulate current "export.db" (clause _ _ (module-to-export File "" O)).
true.

main [const-decl N _ _] :- !, with-attributes (actions N).

Expand Down
1 change: 1 addition & 0 deletions tests/exports.v
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ HB.mixin Record Ring_of_TYPE A := {
mulrDl : left_distributive mul add;
mulrDr : right_distributive mul add;
}.
#[mathcomp]
HB.structure Definition Ring := { A of Ring_of_TYPE A }.

(* Notations *)
Expand Down

0 comments on commit faa0803

Please sign in to comment.