1 2 3 4 5 6 7 8 9
{-# LANGUAGE NoMonomorphismRestriction #-} module Dep08 where import GHC.IOArray bad1 = unsafeReadIOArray bad2 = unsafeWriteIOArray