1 2 3 4 5 6 7 8 9 10 11 12 13
{-# 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