mustache-haskell-0.1.0.5: Straight implementation of mustache templates

Safe HaskellSafe-Inferred
LanguageHaskell2010

Text.Mustache.Types

Documentation

type KeyPath = [Key] Source

data Key Source

Constructors

Key Text 
Index Int 

Instances