Copyright | (c) NoviSci Inc 2020 |
---|---|
License | BSD3 |
Maintainer | bsaul@novisci.com |
Safe Haskell | None |
Language | Haskell2010 |
Synopsis
- parseEventIntLines :: ByteString -> [Event Int]
- parseEventDayLines :: ByteString -> [Event Day]
Documentation
parseEventIntLines :: ByteString -> [Event Int] Source #
Parse Event Int
from json lines.
This function and the event parsing in general needs a lot of work to be production-ready. But this is good enough for prototyping.
parseEventDayLines :: ByteString -> [Event Day] Source #
Parse Event Day
from json lines.