1
1
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:
Rick Winfrey 2016-11-09 17:46:08 -06:00
parent 92337cd70b
commit 9e9e48bdc2

View File

@ -35,7 +35,7 @@ run Arguments{..} = do
terms <- traverse (uncurry folder) parsersAndBlobs
putStrLn $ encodePretty terms
traverse_ (\ (parseJSON :< annotation) -> putStrLn . encodePretty $ parseJSON) (runCofree <$> terms)
pure ()
where