acme-lolcat-0.1.1: LOLSPEAK translator

Safe HaskellTrustworthy
LanguageHaskell2010

Acme.LOLCAT

Description

LOLCAT translator.

Roughly based on Acme::LOLCAT for Perl.

Synopsis

Documentation

translate :: KindaText s => s -> s Source

>>> translate "Catamorphisms are generalizations of the concept of a fold in functional programming."
"CAT-A-MURRFISMS AR GENERALIZASHUNS OV TEH CONCEPT OV FOLD IN FUNCSHUNAL PROGRAMMNG. THX."

class KindaText a Source

Text/String-like things

Minimal complete definition

fromText, toText