File tree Expand file tree Collapse file tree 3 files changed +3
-6
lines changed
Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 1515DECLARE PLUGIN "coq-paramcoq.plugin"
1616
1717{
18- open Ltac_plugin
1918open Feedback
2019open Stdarg
21- open Tacarg
2220open Parametricity
2321open Declare_translation
2422}
2523
2624VERNAC COMMAND EXTEND SetParametricityTactic CLASSIFIED AS SIDEFF
2725| #[ locality = Tactic_option.tac_option_locality; ]
28- [ "Parametricity" "Tactic" ":=" tactic (t) ] -> {
26+ [ "Parametricity" "Tactic" ":=" generic_tactic (t) ] -> {
2927 Relations.set_parametricity_tactic
3028 locality
31- (Tacintern.glob_tactic t) }
29+ (Gentactic.intern (Global.env()) t) }
3230END
3331
3432VERNAC COMMAND EXTEND ShowTable CLASSIFIED AS QUERY
Original file line number Diff line number Diff line change 33 (public_name coq-paramcoq.plugin)
44 (synopsis "Plugin for generating parametricity statements to perform refinement proofs")
55 (flags :standard -rectypes -w -9-27)
6- (libraries coq-core.plugins.ltac))
6+ (libraries coq-core.plugins.ltac)) ; not sure if ltac dep is real
77
88(coq.pp (modules abstraction))
Original file line number Diff line number Diff line change 1010(* *************************************************************************)
1111
1212
13- open Ltac_plugin
1413open Names
1514open Globnames
1615open Libobject
You can’t perform that action at this time.
0 commit comments