@hackage char-qq0.1.1.1

Quasiquoters for characters and codepoints

A set of quasiquoters providing compile-time conversions between characters and codepoints.

Solves such problems as when you'd rather refer to a codepoint by a char, but don't want to waste your runtime computation cycles on the "ord" operation.