[][src]Module mini_haskell::utils::char

character related utilities.

Structs

AndPred

Logical and of 2 CharPredicates.

NotPred

Negation of a CharPredicate.

OrPred

Logical or of 2 CharPredicates.

Enums

Ascii

ASCII character categories.

Unicode

Unicode character categories.

Traits

CharPredicate

Anything that can be used as a character predicate.

Stream

A character stream, common interface for macros here.

Type Definitions

CharRange

A character range (half open), used as a candidate for CharPredicate.

CharRangeInclusive

A character range (closed), used as a candidate for CharPredicate.