aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--contrib/interface/centaur.ml45
1 files changed, 2 insertions, 3 deletions
diff --git a/contrib/interface/centaur.ml4 b/contrib/interface/centaur.ml4
index fe25cb07d3..f51570394b 100644
--- a/contrib/interface/centaur.ml4
+++ b/contrib/interface/centaur.ml4
@@ -330,13 +330,11 @@ let globcv x =
(ConstructRef ((sp, tyi), i)))
| _ -> failwith "globcv : unexpected value";;
-(* <\cpa>
let pbp_tac_pcoq =
pbp_tac (function (x:raw_tactic_expr) ->
output_results
(ctf_header "pbp_results" !global_request_id)
(Some (P_t(xlate_tactic x))));;
-</cpa> *)
let blast_tac_pcoq =
blast_tac (function (x:raw_tactic_expr) ->
@@ -885,11 +883,12 @@ let command_creations = [
];;
*)
-(* <\cpa>
TACTIC EXTEND Pbp
| [ "Pbp" ident_opt(idopt) natural_list(nl) ] ->
[ if_pcoq pbp_tac_pcoq idopt nl ]
END
+
+(* <\cpa>
TACTIC EXTEND Blast
| [ "Blast" ne_natural_list(nl) ] ->
[ if_pcoq blast_tac_pcoq nl ]