Skip to content

Commit

Permalink
[coq] Overlay for coq/coq#18385
Browse files Browse the repository at this point in the history
  • Loading branch information
ejgallego authored and SkySkimmer committed Nov 7, 2024
1 parent 6c5701d commit 994fb32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions theories/Basics/Settings.v
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
(** ** Plugins *)

(** Load the Ltac plugin. This is the tactic language we use for proofs. *)
Declare ML Module "ltac_plugin".
Declare ML Module "ltac_plugin:coq-core.plugins.ltac".
(** Load the number string notation plugin. Allowing us to write numbers like [1234]. *)
Declare ML Module "number_string_notation_plugin".
Declare ML Module "number_string_notation_plugin:coq-core.plugins.number_string_notation".

(** ** Proofs *)

Expand Down

0 comments on commit 994fb32

Please sign in to comment.