blob: 907316fd8aece3452a7409b4be482cb3befb6306 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
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
|