mirror of
https://github.com/github/semantic.git
synced 2024-12-22 06:11:49 +03:00
Don’t list the Data.Abstract.Value exports explicitly.
This commit is contained in:
parent
5199bebf39
commit
5f35fb6397
@ -1,14 +1,5 @@
|
||||
{-# LANGUAGE ConstraintKinds, DataKinds, FunctionalDependencies, FlexibleContexts, FlexibleInstances, MultiParamTypeClasses, ScopedTypeVariables, TypeFamilies, TypeOperators #-}
|
||||
module Data.Abstract.Value
|
||||
( Value
|
||||
, Closure(..)
|
||||
, Interface(..)
|
||||
, EnvironmentFor
|
||||
, StoreFor
|
||||
, LocationFor
|
||||
, ValueRoots(..)
|
||||
, AbstractValue(..)
|
||||
) where
|
||||
module Data.Abstract.Value where
|
||||
|
||||
import Data.Abstract.Address
|
||||
import Data.Abstract.Environment
|
||||
|
Loading…
Reference in New Issue
Block a user