Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
newtype SomeDataView (a :: MutabilityType s) Source #
type DataView = SomeDataView Immutable Source #
type MutableDataView = SomeDataView Mutable Source #
type STDataView s = SomeDataView (STMutable s) Source #