summaryrefslogtreecommitdiff
path: root/testsuite/tests/deriving/should_compile/T12399.hs
blob: c3429f89bfc48a4388ac5f78b1bac8ad161e5877 (plain)
1
2
3
4
5
6
7
{-# LANGUAGE DeriveFunctor, MagicHash, UnboxedTuples #-}
module T12399 where

import GHC.Exts

newtype RmLoopsM a = RmLoopsM { runRmLoops :: Int# -> (# Int#, a #) }
  deriving Functor