interp-1.0.0.2: Tracery-like randomized text interpolation

Safe HaskellNone
LanguageHaskell2010

Data.Text.Interp.Get

Description

Functions to extract values from Subst mappings

Synopsis

Documentation

get Source #

Arguments

:: Subst

source mapping

-> [Key]

a list of Keys leading to the value

-> BindingMap

the BindingMap to check for bound values in

-> I Subst

retrieved value

Randomly retrieve a value out of a Subst mapping