summaryrefslogtreecommitdiff
path: root/testsuite/tests/th/T2386_Lib.hs
blob: 4322cc95845757843e56697878eee25f36d0aea0 (plain)
1
2
3
4
5
6
7
{-# LANGUAGE TemplateHaskell #-}

module T2386_Lib(ExportedAbstract, makeOne) where

data ExportedAbstract = Yay String | NonYay Bool

makeOne = [| Yay "Yep" |]