-
`base-4.13` will finally complete the `MonadFail` proposal by removing the `fail` method from `Monad`. This adapts `vector` to that change by guarding the existing `fail` implementation in `vector` (for `Data.Vector.Vector`) behind CPP, and defining a `MonadFail` instance for `Vector` going forward.
`base-4.13` will finally complete the `MonadFail` proposal by removing the `fail` method from `Monad`. This adapts `vector` to that change by guarding the existing `fail` implementation in `vector` (for `Data.Vector.Vector`) behind CPP, and defining a `MonadFail` instance for `Vector` going forward.
Loading