aboutsummaryrefslogtreecommitdiff
path: root/tests/html-tests/tests/ModuleWithWarning.hs
blob: 2114bac6e001f091bd1db4fb9e3ecb5c4fbcf38e (plain) (blame)
1
2
3
4
5
-- | Documentation for "ModuleWithWarning".
module ModuleWithWarning {-# WARNING "This is an unstable interface." #-} where

foo :: Int
foo = 23