Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
This module is mostly used for routing Request
s based on their
Path
. It can also be used for matching with any arbitrary Text
source.
Pattern
A monomorphic wrapper for polymorphic results. Makes it easier to deal with lists of matches.
Match
Helper class to support polymorphic target results.