coda-0.0.1: The coda compiler

Copyright(c) Edward Kmett 2017 (c) Edward Kmett and Dan Doel 2012-2013
LicenseBSD2
MaintainerEdward Kmett <ekmett@gmail.com>
Stabilityexperimental
Portabilitynon-portable
Safe HaskellSafe
LanguageHaskell2010

Coda.Console.Unicode

Description

 

Synopsis

Documentation

withUnicode :: MonadCatch m => m a -> m a Source #

Run in a modified codepage where we can print UTF-8 values on Windows.

You should probably run the top level of your program in this.