burrito-1.0.2.0: Parse and render URI templates.

Safe HaskellSafe
LanguageHaskell98

Burrito.Type.Literal

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

newtype Literal Source #

Represents a literal in a token.

Constructors

Literal 
Instances
Eq Literal Source # 
Instance details

Defined in Burrito.Type.Literal

Methods

(==) :: Literal -> Literal -> Bool #

(/=) :: Literal -> Literal -> Bool #

Show Literal Source # 
Instance details

Defined in Burrito.Type.Literal

Lift Literal Source # 
Instance details

Defined in Burrito.Type.Literal

Methods

lift :: Literal -> Q Exp #