diff options
| author | Arnaud Spiwack | 2014-10-21 16:50:47 +0200 |
|---|---|---|
| committer | Arnaud Spiwack | 2014-10-22 07:31:45 +0200 |
| commit | 038819807ba7cab0bc451dfd1f6772eae110826b (patch) | |
| tree | 0bb1eef0b5a438cc04421ddd72cac01f97b19f80 /toplevel | |
| parent | aab7ae42b7ed4a071a79600a1adf5a81bafb5f89 (diff) | |
Split [Proofview] into a file where the basic operations on the state are defined and the file providing the primitives.
The datatypes are defined in [Proofview_monad], previous [Proofview_monad] is now called [Logic_monad] since it is more generic since the refactoring.
Diffstat (limited to 'toplevel')
| -rw-r--r-- | toplevel/cerrors.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toplevel/cerrors.ml b/toplevel/cerrors.ml index ae1179597b..09ec5ce18d 100644 --- a/toplevel/cerrors.ml +++ b/toplevel/cerrors.ml @@ -102,7 +102,7 @@ let process_vernac_interp_error exn = match exn with exc let rec strip_wrapping_exceptions = function - | Proofview_monad.TacticFailure e as src -> + | Logic_monad.TacticFailure e as src -> let e = Backtrace.app_backtrace ~src ~dst:e in strip_wrapping_exceptions e | exc -> exc |
