File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ let locate_constant r =
92
92
try
93
93
let gr = Smartlocate. locate_global_with_alias r in
94
94
match gr with
95
- | Globnames .ConstRef cst -> cst
95
+ | Names.GlobRef .ConstRef cst -> cst
96
96
| _ -> CErrors. user_err (str " A constant is expected: " ++ Printer. pr_global gr)
97
97
with Not_found -> CErrors. user_err (str " Not found: " ++ Libnames. pr_qualid r)
98
98
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ VERNAC COMMAND EXTEND CWFileNegMatch CLASSIFIED AS QUERY
66
66
}
67
67
END
68
68
69
- VERNAC COMMAND EXTEND CWCompileAndRun CLASSIFIED AS SIDEFF
69
+ VERNAC COMMAND EXTEND CWCompileAndRun CLASSIFIED AS QUERY
70
70
| [ "CWCompileAndRun" string_list(files) "Options" string_opt(options) "Driver" string(driver) ] -> {
71
71
Coq_cw.compile_and_run files ?options driver
72
72
}
You can’t perform that action at this time.
0 commit comments