summaryrefslogtreecommitdiff
path: root/testsuite/tests/patsyn/should_compile/T10997.hs
blob: 49278a2a33ca979863a6fe08fce4a03cf843bc55 (plain)
1
2
3
4
5
6
7
{-# OPTIONS_GHC -Wno-gadt-mono-local-binds #-}
module T10997 where

import T10997a

foo :: Exp a -> String
foo Tru = "True"