1
1
mirror of https://github.com/github/semantic.git synced 2024-11-24 08:54:07 +03:00

🔥 interactive.

This commit is contained in:
Rob Rix 2019-10-10 13:55:13 -04:00
parent 177fb8d05c
commit 31b1eae78e
No known key found for this signature in database
GPG Key ID: F188A01508EA1CF7

View File

@ -2,7 +2,6 @@
module Data.Loc
( Loc(..)
, Path(..)
, interactive
, here
, stackLoc
) where
@ -20,9 +19,6 @@ data Loc = Loc
}
deriving (Eq, Ord, Show)
interactive :: Loc
interactive = Loc (Path "<interactive>") (Span (Pos 1 1) (Pos 1 1))
here :: HasCallStack => Maybe (Path, Span)
here = stackLoc callStack