haddock-2.29.1: html-test/src/DeprecatedFunction2.hs
{-# LANGUAGE Haskell2010 #-}
module DeprecatedFunction2 where
foo :: Int
foo = 23
{-# DEPRECATED foo "use bar instead" #-}
{-# LANGUAGE Haskell2010 #-}
module DeprecatedFunction2 where
foo :: Int
foo = 23
{-# DEPRECATED foo "use bar instead" #-}