mirror of
https://github.com/github/semantic.git
synced 2024-12-26 08:25:19 +03:00
lints
This commit is contained in:
parent
cfefbefaa6
commit
7d6195fe7d
@ -32,7 +32,8 @@ cacheSet key value = Cache . Monoidal.insert key value . unCache
|
|||||||
cacheInsert :: Cacheable term address cell value => Configuration term address cell value -> Cached address cell value -> Cache term address cell value -> Cache term address cell value
|
cacheInsert :: Cacheable term address cell value => Configuration term address cell value -> Cached address cell value -> Cache term address cell value -> Cache term address cell value
|
||||||
cacheInsert = curry cons
|
cacheInsert = curry cons
|
||||||
|
|
||||||
cacheKeys :: Cacheable term address cell value => Cache term address cell value -> [Configuration term address cell value]
|
-- | Return all 'Configuration's in the provided cache.
|
||||||
|
cacheKeys :: Cache term address cell value -> [Configuration term address cell value]
|
||||||
cacheKeys = Monoidal.keys . unCache
|
cacheKeys = Monoidal.keys . unCache
|
||||||
|
|
||||||
instance (Show term, Show address, Show (cell value), Show value) => Show (Cache term address cell value) where
|
instance (Show term, Show address, Show (cell value), Show value) => Show (Cache term address cell value) where
|
||||||
|
@ -65,11 +65,6 @@ runGraph CallGraph includePackages project
|
|||||||
|
|
||||||
runCallGraph :: ( HasField ann Span
|
runCallGraph :: ( HasField ann Span
|
||||||
, Element Syntax.Identifier syntax
|
, Element Syntax.Identifier syntax
|
||||||
, Apply Eq1 syntax
|
|
||||||
, Apply Ord1 syntax
|
|
||||||
, Apply Functor syntax
|
|
||||||
, Ord (Record ann)
|
|
||||||
, Show term
|
|
||||||
, Base term ~ TermF (Sum syntax) (Record ann)
|
, Base term ~ TermF (Sum syntax) (Record ann)
|
||||||
, Ord term
|
, Ord term
|
||||||
, Corecursive term
|
, Corecursive term
|
||||||
|
Loading…
Reference in New Issue
Block a user