mirror of
https://github.com/github/semantic.git
synced 2025-01-05 05:58:34 +03:00
Coalesce contexts.
This commit is contained in:
parent
5d2b1389c9
commit
7fde1705f4
@ -121,7 +121,7 @@ render :: Member TaskF effs => Renderer input output -> input -> Eff effs output
|
|||||||
render renderer = send . Render renderer
|
render renderer = send . Render renderer
|
||||||
|
|
||||||
|
|
||||||
importGraph :: (Apply Eq1 syntax, Apply Analysis.Evaluatable syntax, Apply FreeVariables1 syntax, Apply Functor syntax, Apply Ord1 syntax, Apply Show1 syntax, Member Syntax.Identifier syntax, Ord ann, Show ann) => Member TaskF effs => Package (Term (Union syntax) ann) -> Eff effs B.ByteString
|
importGraph :: (Apply Eq1 syntax, Apply Analysis.Evaluatable syntax, Apply FreeVariables1 syntax, Apply Functor syntax, Apply Ord1 syntax, Apply Show1 syntax, Member Syntax.Identifier syntax, Member TaskF effs, Ord ann, Show ann) => Package (Term (Union syntax) ann) -> Eff effs B.ByteString
|
||||||
importGraph package = send (ImportGraph package)
|
importGraph package = send (ImportGraph package)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user