X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Ftactics%2Ftacticals.ml;h=a674fe31344a1f840971afececcc9b5a0f19fa61;hb=ed308fc03be5397081ac0e00bbc73b3f71da1e67;hp=8281c9452e7035bd958f579bef38474810e21302;hpb=097b7147a9daf37360fa51828e0f14843b5bd881;p=helm.git diff --git a/helm/ocaml/tactics/tacticals.ml b/helm/ocaml/tactics/tacticals.ml index 8281c9452..a674fe313 100644 --- a/helm/ocaml/tactics/tacticals.ml +++ b/helm/ocaml/tactics/tacticals.ml @@ -23,6 +23,8 @@ * http://cs.unibo.it/helm/. *) +(* $Id$ *) + (* open CicReduction open ProofEngineTypes open UriManager *) @@ -315,7 +317,7 @@ struct let mk_tactic f = ProofEngineTypes.mk_tactic (fun (proof, goal) as pstatus -> - let stack = [ [ 1, Stack.Open goal ], [], [], Stack.NoTag ] in + let stack = [ [ 1, Stack.Open goal ], [], [], `NoTag ] in let istatus = pstatus, stack in (* let ostatus = f istatus in let ((proof, opened, _), _) = ostatus in *)