Copyright | (c) Edward Kmett 2009-2011 |
---|---|
License | BSD-style |
Maintainer | ekmett@gmail.com |
Stability | experimental |
Portability | non-portable (MPTCs) |
Safe Haskell | Safe |
Language | Haskell98 |
Synopsis
- newtype WithReducer m c = WithReducer {
- withoutReducer :: c
Documentation
newtype WithReducer m c Source #
If m
is a c
-Reducer, then m is (c
-Reducer
This can be used to quickly select a Reducer for use as a WithReducer
m)FingerTree
measure
.