Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
newtype OnAipRecords f a Source #
OnAipRecords (Either IOException (FilePath, AipRecords) -> (String -> IO ()) -> FilePath -> f a) |
Instances
ioOnAipRecords :: MonadIO f => (Either IOException (FilePath, AipRecords) -> (String -> IO ()) -> FilePath -> IO a) -> OnAipRecords f a Source #
nothingOnAipRecords :: Applicative f => OnAipRecords f () Source #
resultOnAipRecords :: Applicative f => OnAipRecords f (Either IOException (FilePath, AipRecords)) Source #
logOnAipRecords :: Applicative f => OnAipRecords f (String -> IO ()) Source #
basedirOnAipRecords :: Applicative f => OnAipRecords f FilePath Source #
prefixedAipRecordsOnAipRecords :: Applicative f => OnAipRecords f (Either IOException AipRecords) Source #
aipRecordsTimeOnAipRecords :: Applicative f => OnAipRecords f (Either IOException (NonEmpty UTCTime)) Source #
aipRecordsTimesOnAipRecords :: Applicative f => OnAipRecords f [UTCTime] Source #
type OnAipRecordsAipCon a = OnAipRecords AipCon a Source #
type OnAipRecordsIO a = OnAipRecords IO a Source #
logShowOnAipRecords :: Show a => a -> OnAipRecordsIO () Source #