| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Octane.Type.ReplayWithoutFrames
- data ReplayWithoutFrames = ReplayWithoutFrames Word32 Word32 Text (Dictionary Property) (List Text) (List KeyFrame) Stream (List Message) (List Mark) (List Text) (List Text) (List Text) (List ClassItem) (List CacheItem)
- fromRawReplay :: Monad m => RawReplay -> m ReplayWithoutFrames
- toRawReplay :: Monad m => ReplayWithoutFrames -> m RawReplay
Documentation
data ReplayWithoutFrames Source #
A partially-processed replay. This has parsed all of the high-level metadata, but it has not parsed any of the network stream.
See ReplayWithFrames.
fromRawReplay :: Monad m => RawReplay -> m ReplayWithoutFrames Source #
Converts a RawReplay into a ReplayWithoutFrames.
Operates in a Monad so that it can fail somewhat gracefully.
toRawReplay :: Monad m => ReplayWithoutFrames -> m RawReplay Source #
Converts a ReplayWithoutFrames into a RawReplay.
Operates in a Monad so that it can fail somewhat gracefully.