top-0.2.4: Top (typed oriented protocol) API

Safe HaskellNone
LanguageHaskell2010

Data.Pattern.TH

Description

Convert a Template Haskell pattern to a Pattern

Synopsis

Documentation

patternQ :: Quasi m => Q Pat -> m IPattern Source #

Template Haskell function to convert an Haskell pattern to an IPattern

patternQ [p|_|] :: IO IPattern
PName PWild