blob: e01334eda5d3414df7f68cea45a4eaa01e8a76d1 (
plain) (
tree)
|
|
{-# LANGUAGE Haskell2010 #-}
module PositionPragmas where
{-# LINE 8 "hypsrc-test/src/PositionPragmas.hs" #-}
foo :: String
foo = bar
{-# LINE 23 "hypsrc-test/src/PositionPragmas.hs" #-}
bar :: String
bar = foo
|