mirror of
https://github.com/github/semantic.git
synced 2024-11-24 08:54:07 +03:00
🔥 interactive.
This commit is contained in:
parent
177fb8d05c
commit
31b1eae78e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user