aihc-parser-1.0.0.2: test/Test/Fixtures/oracle/pragma/deprecated-prime-name.hs
{- ORACLE_TEST pass -}
module PragmaDeprecatedPrimeName where
ioMemo' :: ()
{-# DEPRECATED ioMemo' "Please just call the action directly." #-}
ioMemo' = ()
{- ORACLE_TEST pass -}
module PragmaDeprecatedPrimeName where
ioMemo' :: ()
{-# DEPRECATED ioMemo' "Please just call the action directly." #-}
ioMemo' = ()