aboutsummaryrefslogtreecommitdiff
path: root/html-test/tests/DeprecatedFunction3.hs
blob: ca719bda2f9e606f4ebbe70a1d92dab79202bf15 (plain) (blame)
1
2
3
4
5
6
module DeprecatedFunction3 where



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