hasklepias-0.5.0: Define features from events
Copyright(c) NoviSci Inc 2020
LicenseBSD3
Maintainerbsaul@novisci.com
Safe HaskellNone
LanguageHaskell2010

Hasklepias.Types.Event.Aeson

Description

 
Synopsis

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.

Orphan instances