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