fix(library/init/tactic): typo

This commit is contained in:
Leonardo de Moura 2016-02-24 16:10:35 -08:00
parent 1924b2884c
commit c85d6d5a1e

View file

@ -21,7 +21,7 @@ namespace tactic
-- a term of type 'tactic' into a tactic that sythesizes a term
definition and_then (t1 t2 : tactic) : tactic := builtin
definition or_else (t1 t2 : tactic) : tactic := builtin
definition append (t1 t2 : tactic) : tactic := builtin
definition par (t1 t2 : tactic) : tactic := builtin
definition fixpoint (f : tactic → tactic) : tactic := builtin
definition repeat (t : tactic) : tactic := builtin
definition at_most (t : tactic) (k : num) : tactic := builtin