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