mirror of
https://github.com/github/semantic.git
synced 2024-11-27 12:57:49 +03:00
Spacing.
This commit is contained in:
parent
6084ab89e9
commit
27b436f6d9
@ -113,7 +113,7 @@ instance (Has (Env addr) sig m, HasLabelled Store (Store addr val) sig m, Has (D
|
||||
|
||||
-- Parsing
|
||||
|
||||
parseGraph :: Syntax rep => A.Value -> A.Parser (IntMap.IntMap rep)
|
||||
parseGraph :: Syntax rep => A.Value -> A.Parser (IntMap.IntMap rep)
|
||||
parseGraph = A.withArray "nodes" $ \ nodes -> do
|
||||
untied <- IntMap.fromList <$> traverse (A.withObject "node" parseNode) (V.toList nodes)
|
||||
pure (let tied = ($ tied) <$> untied in tied)
|
||||
|
Loading…
Reference in New Issue
Block a user