1
1
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:
Patrick Thomson 2019-11-08 10:23:39 -05:00
parent e6bf975ee8
commit df98749bd0

View File

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