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

Safe HaskellNone
LanguageHaskell98

Agda.Interaction.Options.Lenses

Contents

Description

Lenses for CommandLineOptions and PragmaOptions.

Add as needed.

Nothing smart happening here.

Synopsis

Pragma options

Verbosity in the local pragma options

Command line options

Safe mode

Include directories

class LensIncludePaths a where Source #

Minimal complete definition

getIncludePaths, getAbsoluteIncludePaths

Instances

LensIncludePaths CommandLineOptions Source # 
LensIncludePaths TCState Source # 
LensIncludePaths PersistentTCState Source # 

Include directories

class LensPersistentVerbosity a where Source #

Minimal complete definition

getPersistentVerbosity