databrary-1: Databrary

Safe HaskellNone
LanguageHaskell2010

Store.Config

Documentation

newtype Path Source #

Constructors

Path 

Fields

Instances

pathKey :: Path -> Key Source #

keyPath :: Key -> Path Source #

data Config Source #

Instances

Monoid Config Source #

Merge two configs, throwing ConflictError on conflicts

ToJSON Config Source # 
Configurable Config Source # 

(!) :: Configurable a => Config -> Path -> a infixl 9 Source #