fix(library/init/tactic): typo
This commit is contained in:
parent
1924b2884c
commit
c85d6d5a1e
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ namespace tactic
|
||||||
-- a term of type 'tactic' into a tactic that sythesizes a term
|
-- a term of type 'tactic' into a tactic that sythesizes a term
|
||||||
definition and_then (t1 t2 : tactic) : tactic := builtin
|
definition and_then (t1 t2 : tactic) : tactic := builtin
|
||||||
definition or_else (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 fixpoint (f : tactic → tactic) : tactic := builtin
|
||||||
definition repeat (t : tactic) : tactic := builtin
|
definition repeat (t : tactic) : tactic := builtin
|
||||||
definition at_most (t : tactic) (k : num) : tactic := builtin
|
definition at_most (t : tactic) (k : num) : tactic := builtin
|
||||||
|
|
Loading…
Reference in a new issue