hls-graph-2.7.0.0: Haskell Language Server internal graph API
Safe HaskellSafe-Inferred
LanguageGHC2021

Development.IDE.Graph.KeySet

Documentation

data Key Source #

Instances

Instances details
Show Key Source # 
Instance details

Defined in Development.IDE.Graph.Internal.Key

Methods

showsPrec :: Int -> Key -> ShowS #

show :: Key -> String #

showList :: [Key] -> ShowS #

Eq Key Source # 
Instance details

Defined in Development.IDE.Graph.Internal.Key

Methods

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

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

Hashable Key Source # 
Instance details

Defined in Development.IDE.Graph.Internal.Key

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.Key

Semigroup KeySet Source # 
Instance details

Defined in Development.IDE.Graph.Internal.Key

Show KeySet Source # 
Instance details

Defined in Development.IDE.Graph.Internal.Key

Eq KeySet Source # 
Instance details

Defined in Development.IDE.Graph.Internal.Key

Methods

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

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

Ord KeySet Source # 
Instance details

Defined in Development.IDE.Graph.Internal.Key