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 cb89401 commit a97ee8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion structures.v
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,7 @@ actions N :-
coq.env.current-library File,
coq.elpi.accumulate current "export.db" (clause _ _ (module-to-export File E)),
coq.elpi.accumulate current "export.db" (clause _ _ (module-to-export File O)),
if (get-option "mathcomp" tt) (actions-compat N) true.
if (get-option "mathcomp" tt ; get-option "mathcomp.axiom" _) (actions-compat N) true.

pred actions-compat i:id.
actions-compat ModuleName :-
Expand Down

0 comments on commit a97ee8d

Please sign in to comment.