summaryrefslogtreecommitdiff
path: root/testsuite/tests/roles/should_compile/RolesIArray.hs
blob: a79909d827c93238676a7ba8eea362cf49240402 (plain)
1
2
3
4
5
6
7
8
9
10
{-# LANGUAGE GeneralizedNewtypeDeriving #-}

module RolesIArray where

import Data.Word
import Data.Array.IArray
import Data.Array.Unboxed

newtype N = MkN Word64
  deriving (IArray UArray)