Shrun.Configuration.Data.CommandLogging.ReadSize
newtype ReadSize Source #
Read size for command logs.
Constructors
Fields
Defined in Shrun.Configuration.Data.CommandLogging.ReadSize
Methods
showsPrec :: Int -> ReadSize -> ShowS #
show :: ReadSize -> String #
showList :: [ReadSize] -> ShowS #
(==) :: ReadSize -> ReadSize -> Bool #
(/=) :: ReadSize -> ReadSize -> Bool #
def :: ReadSize Source #
tomlDecoder :: Decoder ReadSize Source #
labelOptic :: Optic k NoIx ReadSize ReadSize a b Source #
parseReadSize :: MonadFail m => m Text -> m ReadSize Source #