Idris2Doc : Hedgehog.Gen.Unicode

Hedgehog.Gen.Unicode

(source)
Generators for typical unicode ranges and categories

Definitions

charHex : Bits32->GenChar
Totality: total
Visibility: export
rangeHex : Bits32->Bits32->GenChar
Totality: total
Visibility: export
unassigned : GenChar
  Currently unassigned unicode code points (General Category: Cn).

Totality: total
Visibility: export
uppercaseLetter : GenChar
  Unicode codepoints of the `Uppercase_Letter` (Lu)
general category

Totality: total
Visibility: export
lowercaseLetter : GenChar
  Unicode codepoints of the `Lowercase_Letter` (Ll)
general category

Totality: total
Visibility: export
titlecaseLetter : GenChar
  Unicode codepoints of the `Titlecase_Letter` (Ll)
general category

Totality: total
Visibility: export
modifierLetter : GenChar
  Unicode codepoints of the `Modifier_Letter` (Lm)
general category

Totality: total
Visibility: export
otherLetter : GenChar
  Unicode codepoints of the `Other_Letter` (Lo)
general category

Totality: total
Visibility: export
letter : GenChar
  Unicode codepoints of the `Letter` (L)
general category

Totality: total
Visibility: export
casedLetter : GenChar
  Unicode codepoints of the `Cased_Letter` (LC)
general category

Totality: total
Visibility: export
nonspacingMark : GenChar
  Unicode codepoints of the `Nonspacing_Mark` (Mn)
general category

Totality: total
Visibility: export
enclosingMark : GenChar
  Unicode codepoints of the `Enclosing_Mark` (Me)
general category

Totality: total
Visibility: export
spacingMark : GenChar
  Unicode codepoints of the `Spacing_Mark` (Mc)
general category

Totality: total
Visibility: export
mark : GenChar
  Unicode codepoints of the `Mark` (M)
general category

Totality: total
Visibility: export
decimalNumber : GenChar
  Unicode codepoints of the `Decimal_Number` (Nd)
general category

Totality: total
Visibility: export
letterNumber : GenChar
  Unicode codepoints of the `Letter_Number` (Nl)
general category

Totality: total
Visibility: export
otherNumber : GenChar
  Unicode codepoints of the `Other_Number` (No)
general category

Totality: total
Visibility: export
number : GenChar
  Unicode codepoints of the `Number` (N)
general category

Totality: total
Visibility: export
spaceSeparator : GenChar
  Unicode codepoints of the `Space_Separator` (Zs)
general category

Totality: total
Visibility: export
lineSeparator : GenChar
  Unicode codepoints of the `Line_Separator` (Zl)
general category

Totality: total
Visibility: export
paragraphSeparator : GenChar
  Unicode codepoints of the `Paragraph_Separator` (Zp)
general category

Totality: total
Visibility: export
separator : GenChar
  Unicode codepoints of the `Separator` (Z)
general category

Totality: total
Visibility: export
control : GenChar
  Unicode codepoints of the `Control` (Cc)
general category

Totality: total
Visibility: export
format : GenChar
  Unicode codepoints of the `Format` (Cf)
general category

Totality: total
Visibility: export
privateUse : GenChar
  Unicode codepoints of the `Private_Use` (Co)
general category

Totality: total
Visibility: export
dashPunctuation : GenChar
  Unicode codepoints of the `Dash_Punctuation` (Pd)
general category

Totality: total
Visibility: export
openPunctuation : GenChar
  Unicode codepoints of the `Open_Punctuation` (Ps)
general category

Totality: total
Visibility: export
closePunctuation : GenChar
  Unicode codepoints of the `Close_Punctuation` (Pe)
general category

Totality: total
Visibility: export
connectorPunctuation : GenChar
  Unicode codepoints of the `Connector_Punctuation` (Pc)
general category

Totality: total
Visibility: export
otherPunctuation : GenChar
  Unicode codepoints of the `Other_Punctuation` (Po)
general category

Totality: total
Visibility: export
initialPunctuation : GenChar
  Unicode codepoints of the `Initial_Punctuation` (Pi)
general category

Totality: total
Visibility: export
finalPunctuation : GenChar
  Unicode codepoints of the `Final_Punctuation` (Pf)
general category

Totality: total
Visibility: export
punctuation : GenChar
  Unicode codepoints of the `Punctuation` (P)
general category

Totality: total
Visibility: export
mathSymbol : GenChar
  Unicode codepoints of the `Math_Symbol` (Sm)
general category

Totality: total
Visibility: export
currencySymbol : GenChar
  Unicode codepoints of the `Currency_Symbol` (Sc)
general category

Totality: total
Visibility: export
modifierSymbol : GenChar
  Unicode codepoints of the `Modifier_Symbol` (Sk)
general category

Totality: total
Visibility: export
otherSymbol : GenChar
  Unicode codepoints of the `Other_Symbol` (So)
general category

Totality: total
Visibility: export
symbol : GenChar
  Unicode codepoints of the `Symbol` (S)
general category

Totality: total
Visibility: export
other : GenChar
  Unicode codepoints of the `Other` (C)
general category

Totality: total
Visibility: export