diff options
Diffstat (limited to 'tactics')
| -rw-r--r-- | tactics/ftactic.ml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tactics/ftactic.ml b/tactics/ftactic.ml index d8b12fc4e4..6d6e43b21d 100644 --- a/tactics/ftactic.ml +++ b/tactics/ftactic.ml @@ -67,6 +67,8 @@ struct type 'a t = 'a focus Proofview.tactic let return = return let (>>=) = bind + let (>>) = (<*>) + let map f x = x >>= fun a -> return (f a) end module Ftac = Monad.Make(Self) |
