mirror of
https://github.com/github/semantic.git
synced 2024-11-24 08:54:07 +03:00
Reformat the signature for importGraph.
This commit is contained in:
parent
3387eacf98
commit
e022b47eef
@ -50,7 +50,11 @@ data Semi term
|
||||
deriving (Eq, Ord, Show)
|
||||
|
||||
|
||||
importGraph :: [File (Term (Core.Ann :+: Core.Core) User)] -> (Heap User (Value (Term (Core.Ann :+: Core.Core) User)), [File (Either (Loc, String) (Value (Term (Core.Ann :+: Core.Core) User)))])
|
||||
importGraph
|
||||
:: [File (Term (Core.Ann :+: Core.Core) User)]
|
||||
-> ( Heap User (Value (Term (Core.Ann :+: Core.Core) User))
|
||||
, [File (Either (Loc, String) (Value (Term (Core.Ann :+: Core.Core) User)))]
|
||||
)
|
||||
importGraph
|
||||
= run
|
||||
. runFresh
|
||||
|
Loading…
Reference in New Issue
Block a user