Agda-2.6.1: A dependently typed functional programming language and proof assistant

Safe HaskellNone
LanguageHaskell2010

Agda.Interaction.Options.IORefs

Description

Some IORefs to access option values in pure code

Synopsis

Documentation

data UnicodeOrAscii Source #

In Pretty and String we want to know whether we are allowed to insert unicode characters or not.

Constructors

UnicodeOk 
AsciiOnly