| ... | ... | @@ -9,17 +9,17 @@ This meeting was held Thursday, November 5, 2015 at 20:00 UTC |
|
|
|
## Discussion around Semigroup.sconcat
|
|
|
|
|
|
|
|
|
|
|
|
The committee decided to keep sconcat in the Semigroup class when merging it into base.
|
|
|
|
The committee decided to keep sconcat in the Semigroup class when merging it into base. [https://prime.haskell.org/wiki/Libraries/Proposals/SemigroupMonoid](https://prime.haskell.org/wiki/Libraries/Proposals/SemigroupMonoid)
|
|
|
|
|
|
|
|
## Timeline for MonadFail? transition
|
|
|
|
|
|
|
|
|
|
|
|
The committee decided that the MonadFail? class should appear in Prelude in GHC 8.4, the same time as fail switches over to the new class.
|
|
|
|
The committee decided that the `MonadFail` class should appear in Prelude in GHC 8.4, the same time as fail switches over to the new class. [ https://wiki.haskell.org/MonadFail_Proposal](https://wiki.haskell.org/MonadFail_Proposal)
|
|
|
|
|
|
|
|
## Adding floating-point operators
|
|
|
|
|
|
|
|
|
|
|
|
The committee decided to introduce the new operators to the class with suitable default implementations. The new methods would not be exported in Prelude. Decisions about removing the default implementations in the future are deferred to a future committee.
|
|
|
|
The committee decided to introduce the new operators to the class with suitable default implementations. The new methods would not be exported in Prelude. Decisions about removing the default implementations in the future are deferred to a future committee. [https://prime.haskell.org/wiki/Libraries/Proposals/ExpandFloating](https://prime.haskell.org/wiki/Libraries/Proposals/ExpandFloating)
|
|
|
|
|
|
|
|
## Documenting the “Three Release Policy"
|
|
|
|
|
| ... | ... | |