summaryrefslogtreecommitdiff
path: root/testsuite/tests/th/T10603.hs
blob: be42b49d08cf47926870b2175e5deca6853013bd (plain)
1
2
3
4
5
{-# LANGUAGE TemplateHaskell #-}

module T10603 where

main = print $ $([| case Just 'a' of Just a -> Just ((\x -> x) a) |])