1
1
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:
Patrick Thomson 2019-09-23 19:56:08 -04:00
commit 1990e2379b

View File

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