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