fix[core]: remove redundant imports
This commit is contained in:
parent
36ae4dd5e0
commit
b7e579dc20
2 changed files with 2 additions and 7 deletions
|
@ -1,9 +1,6 @@
|
|||
{-# LANGUAGE Safe #-}
|
||||
module Language.Scalie.Core.Provenance.SourceLocation (SourceLocation(..)) where
|
||||
import Data.Kind (Type)
|
||||
import Text.Show (Show)
|
||||
import Text.Read (Read)
|
||||
import Data.Eq (Eq)
|
||||
|
||||
type SourceLocation :: Type
|
||||
data SourceLocation
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue