1
1
mirror of https://github.com/github/semantic.git synced 2024-11-24 17:04:47 +03:00

Omit otiose default signature.

This commit is contained in:
Patrick Thomson 2019-09-19 15:35:08 -04:00
parent a89cd0dad9
commit 2c24ee2539

View File

@ -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