aboutsummaryrefslogtreecommitdiff
path: root/html-test/src/DeprecatedFunction2.hs
blob: bdbbf95c4240f7c3e4ddb528e98c31262fd3ea66 (plain) (blame)
1
2
3
4
5
6
module DeprecatedFunction2 where


foo :: Int
foo = 23
{-# DEPRECATED foo "use bar instead" #-}