gibberish-3.0.0.0: Generate easy-to-remember, hard-to-guess passwords
Safe HaskellSafe-Inferred
LanguageGHC2021

Data.Gibberish.Formatting

Synopsis

Documentation

newtype MaxLen Source #

Constructors

MaxLen 

Fields

Instances

Instances details
Enum MaxLen Source # 
Instance details

Defined in Data.Gibberish.Formatting

Num MaxLen Source # 
Instance details

Defined in Data.Gibberish.Formatting

Integral MaxLen Source # 
Instance details

Defined in Data.Gibberish.Formatting

Real MaxLen Source # 
Instance details

Defined in Data.Gibberish.Formatting

Show MaxLen Source # 
Instance details

Defined in Data.Gibberish.Formatting

Eq MaxLen Source # 
Instance details

Defined in Data.Gibberish.Formatting

Methods

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

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

Ord MaxLen Source # 
Instance details

Defined in Data.Gibberish.Formatting

newtype MaxHeight Source #

Constructors

MaxHeight 

Fields

Instances

Instances details
Enum MaxHeight Source # 
Instance details

Defined in Data.Gibberish.Formatting

Num MaxHeight Source # 
Instance details

Defined in Data.Gibberish.Formatting

Integral MaxHeight Source # 
Instance details

Defined in Data.Gibberish.Formatting

Real MaxHeight Source # 
Instance details

Defined in Data.Gibberish.Formatting

Show MaxHeight Source # 
Instance details

Defined in Data.Gibberish.Formatting

Eq MaxHeight Source # 
Instance details

Defined in Data.Gibberish.Formatting

Ord MaxHeight Source # 
Instance details

Defined in Data.Gibberish.Formatting

newtype Separator Source #

Constructors

Separator 

Fields

Instances

Instances details
Show Separator Source # 
Instance details

Defined in Data.Gibberish.Formatting

Eq Separator Source # 
Instance details

Defined in Data.Gibberish.Formatting

newtype ExactNumberWords Source #

Constructors

ExactNumberWords 

Fields

Instances

Instances details
Enum ExactNumberWords Source # 
Instance details

Defined in Data.Gibberish.Formatting

Num ExactNumberWords Source # 
Instance details

Defined in Data.Gibberish.Formatting

Integral ExactNumberWords Source # 
Instance details

Defined in Data.Gibberish.Formatting

Real ExactNumberWords Source # 
Instance details

Defined in Data.Gibberish.Formatting

Show ExactNumberWords Source # 
Instance details

Defined in Data.Gibberish.Formatting

Eq ExactNumberWords Source # 
Instance details

Defined in Data.Gibberish.Formatting

Ord ExactNumberWords Source # 
Instance details

Defined in Data.Gibberish.Formatting

formatWords :: FormatOpts -> [Word] -> Text Source #

Format a list of words to a text blob

formatLine :: FormatOpts -> [Word] -> FormatLine Source #

Format a single line of words, up to maxLen characters