headroom-0.1.2.0: test-data/code-samples/haskell/replaced-simple.hs
-- This is header
{-# LANGUAGE OverloadedStrings #-}
module Test where
foo :: String
foo = "Hello, world!"-- This is header
{-# LANGUAGE OverloadedStrings #-}
module Test where
foo :: String
foo = "Hello, world!"