silvi-0.0.4: A generator for different kinds of logs.

Safe HaskellNone
LanguageHaskell2010

Silvi.Types

Synopsis

Documentation

newtype Url Source #

Url type. TODO: Expand on this for better randomisation.

Constructors

Url 

Fields

Instances

Eq Url Source # 

Methods

(==) :: Url -> Url -> Bool #

(/=) :: Url -> Url -> Bool #

Show Url Source # 

Methods

showsPrec :: Int -> Url -> ShowS #

show :: Url -> String #

showList :: [Url] -> ShowS #

newtype UserId Source #

UserId type.

Constructors

UserId 

Fields

Instances

newtype ObjSize Source #

Requested resource size.

Constructors

ObjSize 

Fields

newtype BracketNum Source #

Angle-bracketed number that appears before many logs.

Constructors

BracketNum 

Fields

newtype Log v a Source #

Constructors

Log 

Fields

Instances

ShowForall * f => ShowForall [*] (Log f) Source # 

Methods

showsPrecForall :: Int -> f a -> ShowS #

EqForall * v => Eq (Log v a) Source # 

Methods

(==) :: Log v a -> Log v a -> Bool #

(/=) :: Log v a -> Log v a -> Bool #