Created
October 9, 2016 20:22
-
-
Save rikvdkleij/504ec9dbb34842d6d5f5bdb95017b752 to your computer and use it in GitHub Desktop.
Intero issue #260
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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