1
1
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:
Rob Rix 2019-07-29 12:14:31 -04:00
parent 3387eacf98
commit e022b47eef
No known key found for this signature in database
GPG Key ID: F188A01508EA1CF7

View File

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