genvalidity-typed-uuid-0.0.0.1: Generators for Phantom-Typed version of UUID

Safe HaskellNone
LanguageHaskell2010

Data.GenValidity.UUID.Typed

Contents

Orphan instances

Arbitrary (UUID a) Source # 
Instance details

Methods

arbitrary :: Gen (UUID a) #

shrink :: UUID a -> [UUID a] #

GenUnchecked (UUID a) Source # 
Instance details

Methods

genUnchecked :: Gen (UUID a) #

shrinkUnchecked :: UUID a -> [UUID a] #

GenValid (UUID a) Source # 
Instance details

Methods

genValid :: Gen (UUID a) #

shrinkValid :: UUID a -> [UUID a] #