mirror of
https://github.com/github/semantic.git
synced 2024-12-27 00:44:57 +03:00
Merge remote-tracking branch 'origin/master' into remove-regular-compile
This commit is contained in:
commit
1990e2379b
@ -53,6 +53,8 @@ type CoreSyntax sig t = ( Member Core sig
|
||||
)
|
||||
|
||||
class Compile py where
|
||||
-- FIXME: rather than failing the compilation process entirely
|
||||
-- with MonadFail, we should emit core that represents failure
|
||||
compileCC :: ( CoreSyntax syn t
|
||||
, Member (Reader SourcePath) sig
|
||||
, Member (Reader Bindings) sig
|
||||
|
Loading…
Reference in New Issue
Block a user