summaryrefslogtreecommitdiff
path: root/testsuite/tests/linear/should_compile/Iden.hs
blob: 3522a43c4258bd411c99c8114b4356bc7f359851 (plain)
1
2
3
4
5
{-# LANGUAGE LinearTypes #-}
module Foo where

newtype HappyIdentity a = HappyIdentity a
happyIdentity = HappyIdentity