hls-graph-2.0.0.0: Haskell Language Server internal graph API
Safe HaskellSafe-Inferred
LanguageHaskell2010

Development.IDE.Graph.KeySet

Documentation

data Key Source #

Instances

Instances details
Show Key Source # 
Instance details

Defined in Development.IDE.Graph.Internal.Types

Methods

showsPrec :: Int -> Key -> ShowS #

show :: Key -> String #

showList :: [Key] -> ShowS #

Eq Key Source # 
Instance details

Defined in Development.IDE.Graph.Internal.Types

Methods

(==) :: Key -> Key -> Bool #

(/=) :: Key -> Key -> Bool #

Hashable Key Source # 
Instance details

Defined in Development.IDE.Graph.Internal.Types

Methods

hashWithSalt :: Int -> Key -> Int #

hash :: Key -> Int #

data KeySet Source #

Instances

Instances details
Monoid KeySet Source # 
Instance details

Defined in Development.IDE.Graph.Internal.Types

Semigroup KeySet Source # 
Instance details

Defined in Development.IDE.Graph.Internal.Types

Show KeySet Source # 
Instance details

Defined in Development.IDE.Graph.Internal.Types

Eq KeySet Source # 
Instance details

Defined in Development.IDE.Graph.Internal.Types

Methods

(==) :: KeySet -> KeySet -> Bool #

(/=) :: KeySet -> KeySet -> Bool #

Ord KeySet Source # 
Instance details

Defined in Development.IDE.Graph.Internal.Types