mirror of
https://github.com/github/semantic.git
synced 2024-12-26 08:25:19 +03:00
Fix Analysis.ImportGraph.
This commit is contained in:
parent
e6bf975ee8
commit
df98749bd0
@ -67,9 +67,8 @@ importGraph eval
|
||||
. traverse (runFile eval)
|
||||
|
||||
runFile
|
||||
:: forall term name m c sig
|
||||
. ( forall ctx . Functor ctx => c ctx
|
||||
, Effect c sig
|
||||
:: forall term name m sig
|
||||
. ( Effect sig
|
||||
, Has Fresh sig m
|
||||
, Has (State (Heap name (Value term name))) sig m
|
||||
, Ord name
|
||||
|
Loading…
Reference in New Issue
Block a user