summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T15523.hs
blob: 89b1bb4a5d25c8f2a9d0fbf068bb76ee9232c1d3 (plain)
1
2
3
4
5
6
{-# LANGUAGE StrictData #-}

module T15523 where

newtype Duration = Foo
data Literal = LitDuration Duration