606e3f22 ^
da3a1958 ^
1
2 3 4 5 6 7
{-# LANGUAGE Haskell2010 #-} module DeprecatedFunction3 where foo = 23 {-# DEPRECATED foo "use bar instead" #-}