mirror of
https://github.com/github/semantic.git
synced 2024-12-22 06:11:49 +03:00
Add a missing Effect constraint.
This commit is contained in:
parent
e2c64f336a
commit
9bae2bfcb2
@ -237,6 +237,7 @@ parsePythonPackage :: forall syntax sig m term.
|
||||
, Member Task sig
|
||||
, Carrier sig m
|
||||
, Monad m
|
||||
, Effect sig
|
||||
)
|
||||
=> Parser term -- ^ A parser.
|
||||
-> Project -- ^ Project to parse into a package.
|
||||
|
Loading…
Reference in New Issue
Block a user