mirror of
https://github.com/github/semantic.git
synced 2024-12-22 14:21:31 +03:00
Preliminary step towards outputting the JSON representation of the ParseJSON structures, but this only traverses one level of depth.
This commit is contained in:
parent
92337cd70b
commit
9e9e48bdc2
@ -35,7 +35,7 @@ run Arguments{..} = do
|
|||||||
|
|
||||||
terms <- traverse (uncurry folder) parsersAndBlobs
|
terms <- traverse (uncurry folder) parsersAndBlobs
|
||||||
|
|
||||||
putStrLn $ encodePretty terms
|
traverse_ (\ (parseJSON :< annotation) -> putStrLn . encodePretty $ parseJSON) (runCofree <$> terms)
|
||||||
|
|
||||||
pure ()
|
pure ()
|
||||||
where
|
where
|
||||||
|
Loading…
Reference in New Issue
Block a user