1
1
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:
Rob Rix 2019-10-18 11:29:03 -04:00
parent d1ab2e11c6
commit 9813bdd5f0
No known key found for this signature in database
GPG Key ID: F188A01508EA1CF7
2 changed files with 1 additions and 2 deletions

View File

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

View File

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