aboutsummaryrefslogtreecommitdiff
path: root/html-test/src/DeprecatedFunction3.hs
blob: 4a286e0ad83e0df4dc3513e98a9dc3eb003ac34e (plain) (blame)
1
2
3
4
5
6
7
{-# LANGUAGE Haskell2010 #-}
module DeprecatedFunction3 where



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