headroom-0.3.1.0: License Header Manager

Copyright(c) 2019-2020 Vaclav Svejcar
LicenseBSD-3-Clause
Maintainervaclav.svejcar@gmail.com
Stabilityexperimental
PortabilityPOSIX
Safe HaskellNone
LanguageHaskell2010

Headroom.Variables.Types

Description

This module contains data types for Headroom.Variables module.

Synopsis

Documentation

newtype Variables Source #

Map of static and dynamic variables. Use mkVariables function for more convenient construction of this data type.

Constructors

Variables (HashMap Text Text)