Skip to content

Commit

Permalink
Merge pull request #592 from ejgallego/fix_plugin_load
Browse files Browse the repository at this point in the history
[coq] Overlay for coq/coq#18385
  • Loading branch information
ppedrot authored Nov 12, 2024
2 parents ded4baa + 68b3824 commit 596d209
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions theories/Init.v
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

Require Import Stdlib.Unicode.Utf8_core Extraction.

Declare ML Module "ltac_plugin".
Declare ML Module "equations_plugin:coq-equations.plugin".
Declare ML Module "coq-core.plugins.ltac".
Declare ML Module "coq-equations.plugin".

(** A notation scope for equations declarations.
Expand Down

0 comments on commit 596d209

Please sign in to comment.