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

-- | Docs for something deprecated
deprecated :: Int
deprecated = 1

{-# DEPRECATED deprecated "Don't use this" #-}