headroom-0.2.0.0: test-data/code-samples/haskell/sample1.hs
{-|
This is header
-}
{-# LANGUAGE OverloadedStrings #-}
module Test where
{-|
This is not header
-}
foo :: String
foo = "Hello, World!"
{-# INLINE key_function #-}
{-|
This is header
-}
{-# LANGUAGE OverloadedStrings #-}
module Test where
{-|
This is not header
-}
foo :: String
foo = "Hello, World!"
{-# INLINE key_function #-}