mirror of
https://github.com/github/semantic.git
synced 2024-11-24 08:54:07 +03:00
Omit otiose default signature.
This commit is contained in:
parent
a89cd0dad9
commit
2c24ee2539
@ -59,12 +59,6 @@ class Compile py where
|
||||
=> py
|
||||
-> m (t Name)
|
||||
-> m (t Name)
|
||||
|
||||
default compileCC :: ( CoreSyntax syn t
|
||||
, Member (Reader SourcePath) sig
|
||||
, Carrier sig m
|
||||
, MonadFail m
|
||||
) => py -> m (t Name) -> m (t Name)
|
||||
compileCC py cc = (>>>) <$> compile py <*> cc
|
||||
|
||||
locate :: ( HasField "ann" syntax Span
|
||||
|
Loading…
Reference in New Issue
Block a user