blob: e64d9d7e5e924c9a029b596f9b4e90135d7cdf37 (
plain) (
blame)
1
2
3
4
5
|
-- | Documentation for "ModuleWithWarning".
module ModuleWithWarning {-# WARNING "This is an unstable interface. Prefer functions from \"Prelude\" instead!" #-} where
foo :: Int
foo = 23
|