Skip to content

Instantly share code, notes, and snippets.

@rikvdkleij
Created October 9, 2016 20:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rikvdkleij/504ec9dbb34842d6d5f5bdb95017b752 to your computer and use it in GitHub Desktop.
Save rikvdkleij/504ec9dbb34842d6d5f5bdb95017b752 to your computer and use it in GitHub Desktop.
Intero issue #260
module LocAt where
import Prelude
bla :: [Integer]
bla = [x | x <- [1,10]]
{-
loc-at /home/rik/projects/haskellbook/src/LocAt.hs 6 8 6 9 x
/home/rik/projects/haskellbook/src/LocAt.hs:(6,12)-(6,13)
:loc-at /home/rik/projects/haskellbook/src/LocAt.hs 6 8 6 8 x
Couldn't resolve to any modules.
-}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment