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

module T11941 where

import Data.Monoid

const (return []) $ mempty { getFrst = Just () }