mirror of
https://github.com/github/semantic.git
synced 2024-11-28 18:23:44 +03:00
🔥 the re-export of Data.These from Prologue.
This commit is contained in:
parent
d1ab2e11c6
commit
9813bdd5f0
@ -3,7 +3,7 @@
|
||||
module Data.Syntax.Expression where
|
||||
|
||||
import Prelude hiding (null)
|
||||
import Prologue hiding (This, index, null)
|
||||
import Prologue hiding (index, null)
|
||||
|
||||
import Control.Abstract hiding (Bitwise (..), Call, Member)
|
||||
import Data.Abstract.Evaluatable as Abstract hiding (Member)
|
||||
|
@ -29,7 +29,6 @@ import Data.Semilattice.Lower as X (Lower(..))
|
||||
import Data.Set as X (Set)
|
||||
import Data.Sum as X (Sum, Element, Elements, (:<), (:<:), Apply (..), inject)
|
||||
import Data.Text as X (Text)
|
||||
import Data.These as X
|
||||
import Data.Word as X (Word8, Word16, Word32, Word64)
|
||||
|
||||
import Control.Exception as X hiding (Handler (..), assert, evaluate, throw, throwIO, throwTo)
|
||||
|
Loading…
Reference in New Issue
Block a user