ghc-mod/test/data/annotations/With.hs

7 lines
118 B
Haskell
Raw Normal View History

2015-03-05 15:50:06 +00:00
module Main where
{-# ANN module ["this", "can", "be", "anything"] #-}
main :: IO ()
main = putStrLn "Hello world!"