| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Data.Winery.Internal
Documentation
Constructors
| Encoding | |
Fields
| |
encodeMulti :: [Encoding] -> Encoding Source #
type Decoder = (->) ByteString Source #
word16be :: ByteString -> Word16 Source #
word32be :: ByteString -> Word32 Source #
word64be :: ByteString -> Word64 Source #
unsafeIndex :: String -> [a] -> Int -> a Source #
Constructors
| Strategy | |
Fields
| |
type StrategyError = Doc AnsiStyle Source #
newtype TransFusion f g a Source #
Constructors
| TransFusion | |
Fields
| |
Instances
| Functor (TransFusion f g) Source # | |
| Applicative (TransFusion f g) Source # | |
runTransFusion :: TransFusion f g a -> TransList f g a Source #