Skip to content
Snippets Groups Projects
Commit 049db4ac authored by Bartosz Nitka's avatar Bartosz Nitka
Browse files

Update a testcase before GHC change

Changing InstEnv to UniqDFM changes the order some things get
printed
parent 6026ba0e
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,10 @@ data Data.Array.Base.UArray i e
{-# UNPACK #-}Int
GHC.Prim.ByteArray#
-- Defined in ‘Data.Array.Base’
instance (GHC.Arr.Ix ix, Show ix, Show e,
Data.Array.Base.IArray Data.Array.Base.UArray e) =>
Show (Data.Array.Base.UArray ix e)
-- Defined in ‘Data.Array.Base’
instance (GHC.Arr.Ix ix, Eq e,
Data.Array.Base.IArray Data.Array.Base.UArray e) =>
Eq (Data.Array.Base.UArray ix e)
......@@ -13,10 +17,6 @@ instance (GHC.Arr.Ix ix, Ord e,
Data.Array.Base.IArray Data.Array.Base.UArray e) =>
Ord (Data.Array.Base.UArray ix e)
-- Defined in ‘Data.Array.Base’
instance (GHC.Arr.Ix ix, Show ix, Show e,
Data.Array.Base.IArray Data.Array.Base.UArray e) =>
Show (Data.Array.Base.UArray ix e)
-- Defined in ‘Data.Array.Base’
type role Data.Array.IO.Internals.IOUArray nominal nominal
newtype Data.Array.IO.Internals.IOUArray i e
= Data.Array.IO.Internals.IOUArray (Data.Array.Base.STUArray
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment