summaryrefslogtreecommitdiff
path: root/testsuite/tests/printer/Test10268.hs
blob: 04cc0e7e0e418991da0b74d79ad4de9a998d827c (plain)
1
2
3
4
5
6
7
8
9
10
11
{-# LANGUAGE TemplateHaskell,TypeOperators,DataKinds #-}

module Test10268 where

th = $footemplate

give :: b -> Pattern '[b] a
give = undefined

pfail :: Pattern '[] a
pfail = undefined