Skip to content

Commit

Permalink
Adapt to coq/coq#19390 (goptions tables can discharge) + fix module s…
Browse files Browse the repository at this point in the history
…ubstitution
  • Loading branch information
SkySkimmer authored and lukaszcz committed Jul 28, 2024
1 parent 7dcbc6a commit eca8630
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/plugin/opt.ml
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,9 @@ module HammerFilter = struct
type t = Names.ModPath.t
module Set = FilterSet
let encode env = Nametab.locate_module
let subst s m = m
let check_local _ _ = ()
let discharge x = x
let subst = Mod_subst.subst_mp
let printer m = Names.DirPath.print (Nametab.dirpath_of_module m)
let key = ["Hammer"; "Filter"]
let title = "Hammer Filter"
Expand Down

0 comments on commit eca8630

Please sign in to comment.