fix[core]: remove redundant imports

This commit is contained in:
vegowotenks 2025-08-15 12:37:34 +02:00
parent 36ae4dd5e0
commit b7e579dc20
2 changed files with 2 additions and 7 deletions

View file

@ -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