aboutsummaryrefslogtreecommitdiff
path: root/latex-test/src/Deprecated/Deprecated.hs
blob: aecec94e9be9ab0005076ec7c1584db8d448ac60 (plain) (blame)
1
2
3
4
5
6
7
module Deprecated where

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

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