@hackage / char-qq

Quasiquoters for characters and codepoints

Latest0.1.1.1

About

Metadata

  • Last updated , by NikitaVolkov
  • License MIT
  • Maintained by: Metrix.AI Tech Team <tech@metrix.ai>

  • Lottery factor: 0

Links

Installation

Readme

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.