11 lines
184 B
Haskell
11 lines
184 B
Haskell
-- | "Deep" doc.
|
|
module Deep (deep_lib) where
|
|
|
|
-- | 'deep_lib' doc.
|
|
|
|
#if __GLASGOW_HASKELL__ >= 700
|
|
#ifndef _INTERNAL_HSC_DO_NOT_DEFINE_ME
|
|
deep_lib :: Int
|
|
deep_lib = 100
|
|
#endif
|
|
#endif
|