]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/components/ng_tactics/nTactics.ml
Changes to declarative tactics, implementation of equality chain
[helm.git] / matita / components / ng_tactics / nTactics.ml
index 3ef2dbe5b0c331a122e57137fadab9ec44242379..ed98b6d1e46e292bb711c3c1a621b4bc51b4873d 100644 (file)
@@ -53,7 +53,7 @@ let branch_tac ?(force=false) status =
     | (g, t, k, tag) :: s ->
           match init_pos g with (* TODO *)
           | [] -> fail (lazy "empty goals")
-         | [_] when (not force) -> fail (lazy "too few goals to branch")
+          | [_] when (not force) -> fail (lazy "too few goals to branch")
           | loc :: loc_tl ->
                ([ loc ], [], [], `BranchTag) :: (loc_tl, t, k, tag) :: s
   in