From 243ffa4b928486122075762da6ce8da707e07daf Mon Sep 17 00:00:00 2001 From: Pierre-Marie Pédrot Date: Mon, 18 Aug 2014 00:02:45 +0200 Subject: Moving the TacExtend node from atomic to plain tactics. Also taking advantage of the change to rename it into TacML. Ultimately should allow ML tactic to return values. --- plugins/setoid_ring/newring.ml4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins') diff --git a/plugins/setoid_ring/newring.ml4 b/plugins/setoid_ring/newring.ml4 index 8ba3319de4..2647ca22af 100644 --- a/plugins/setoid_ring/newring.ml4 +++ b/plugins/setoid_ring/newring.ml4 @@ -145,9 +145,9 @@ let closed_term_ast l = } in let l = List.map (fun gr -> ArgArg(Loc.ghost,gr)) l in TacFun([Some(Id.of_string"t")], - TacAtom(Loc.ghost,TacExtend(Loc.ghost,tacname, + TacML(Loc.ghost,tacname, [Genarg.in_gen (Genarg.glbwit Constrarg.wit_constr) (GVar(Loc.ghost,Id.of_string"t"),None); - Genarg.in_gen (Genarg.glbwit (Genarg.wit_list Constrarg.wit_ref)) l]))) + Genarg.in_gen (Genarg.glbwit (Genarg.wit_list Constrarg.wit_ref)) l])) (* let _ = add_tacdef false ((Loc.ghost,Id.of_string"ring_closed_term" *) -- cgit v1.2.3