Skip to content

Commit

Permalink
Adapt w.r.t. coq/coq#19313.
Browse files Browse the repository at this point in the history
  • Loading branch information
ppedrot committed Jul 4, 2024
1 parent 1b3390a commit 0eb39ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions theories/Ltac1/Record.v
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Definition private_constant_placeholder (x : Type) := x.
Register private_constant_placeholder as tactician.private_constant_placeholder.

Declare ML Module "ltac_plugin:coq-core.plugins.ltac".
Declare ML Module "firstorder_core_plugin:coq-core.plugins.firstorder_core".

Check failure on line 6 in theories/Ltac1/Record.v

View workflow job for this annotation

GitHub Actions / build

Can't find file firstorder_core_plugin.cmxs on loadpath.
Declare ML Module "firstorder_plugin:coq-core.plugins.firstorder".
Declare ML Module "extraction_plugin:coq-core.plugins.extraction".
Declare ML Module "funind_plugin:coq-core.plugins.funind".
Expand Down

0 comments on commit 0eb39ec

Please sign in to comment.