1
1
mirror of https://github.com/github/semantic.git synced 2024-12-26 00:12:29 +03:00
This commit is contained in:
Timothy Clem 2018-08-24 10:35:25 -07:00
parent d2a4257f94
commit f183a15094

View File

@ -27,7 +27,7 @@ defaultJSONPipeline
printingJSON :: Monad m => ProcessT m Fragment Fragment
printingJSON = flattened <~ auto step where
step :: Fragment -> Seq Fragment
step s@(Defer el cs ) =
step s@(Defer el cs) =
let ins = insert el cs
in case (el, listToMaybe cs) of
(Truth True, _) -> ins "true"