mirror of
https://github.com/github/semantic.git
synced 2024-12-20 21:31:48 +03:00
Sort imports.
This commit is contained in:
parent
971ca6e5ad
commit
12824b018a
@ -1,12 +1,12 @@
|
||||
{-# LANGUAGE DeriveFoldable, DeriveGeneric, FlexibleContexts, StandaloneDeriving, UndecidableInstances #-}
|
||||
module Data.Abstract.Configuration where
|
||||
|
||||
import Prologue
|
||||
import Data.Abstract.Address
|
||||
import Data.Abstract.Environment
|
||||
import Data.Abstract.Live
|
||||
import Data.Abstract.Store
|
||||
import Data.Abstract.Value
|
||||
import Prologue
|
||||
|
||||
-- | The configuration for term and abstract value types.
|
||||
type ConfigurationFor term value = Configuration (LocationFor value) term value
|
||||
|
Loading…
Reference in New Issue
Block a user