gini-core-0.1.0.0

Safe HaskellNone
LanguageHaskell2010

Gini.Core.Types.Internal

Synopsis

Documentation

newtype CoreConfig #

Configuration value used by the entire gini-core package.

Constructors

CoreConfig 

Fields

class HasCoreConfig env where #

An environment which contains a CoreConfig.

Minimal complete definition

coreConfigL

Methods

coreConfigL :: Lens' env CoreConfig #

Lens to get or set the CoreConfig