Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Synopsis
- newtype Url = Url {}
- newtype UrlTransformFn = Modify UnescapedTemplate
Documentation
The actual URL string we are transforming.
This newtype is necessary because otherwise we end up with an orphan instance.
Instances
newtype UrlTransformFn Source #
The defunctionalized transformation function on Url