packages feed

tilia-0.0.1.0: corpora/vendored/other/position-pragmas.hs

-- | Generated code, which says where each part of it came from.
module Woven where

ownLine :: Int -> Int
ownLine n = n + 1

{-# LINE 40 "Template.hs" #-}

fromTheTemplate :: Int -> Int
fromTheTemplate n = n

{-# LINE 12 "Woven.hs" #-}

andBackAgain :: Int -> Int
andBackAgain n = n - 1