burrito-1.0.2.0: Parse and render URI templates.

Safe HaskellSafe
LanguageHaskell98

Burrito.Type.Variable

Description

Warning: This module is not considered part of Burrito's public API. As such, it may change at any time. Use it with caution!.

Synopsis

Documentation

data Variable Source #

Represents a variable in an expression.

Constructors

Variable 

Fields

Instances
Eq Variable Source # 
Instance details

Defined in Burrito.Type.Variable

Show Variable Source # 
Instance details

Defined in Burrito.Type.Variable

Lift Variable Source # 
Instance details

Defined in Burrito.Type.Variable

Methods

lift :: Variable -> Q Exp #