Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Load unicoder configurations and oerform unicoder transformations on text and strings.
Unicoder replaces simple macros with configured strings, e.g.
\E.x. \A.y. x \-> y \l.x,y. x \of x \of y
becomes
∃x ∀y x → y λx,y. x ∘ x ∘ y
For more information, see the documentation.
Unicoder Algorithm
unicodizeLazy :: Config -> Text -> Text Source #
Perform the unicoder transformation on a lazy Text
value.
unicodizeStr :: Config -> String -> String Source #
Perform the unicoder transformation on a String
value.