Skip to content

Commit

Permalink
Remove more debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
anka-213 committed Sep 30, 2023
1 parent 5ea706b commit 9bc6a07
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/compiler/GF/Grammar/Printer.hs
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,6 @@ ppNValue q d (NVClos env e) = ppValue q d (VClos env e)

ppConstrs :: Constraints -> [Doc]
ppConstrs = map $ \(v,w) -> braces (ppValue Unqualified 0 v <+> "<>" <+> ppValue Unqualified 0 w)
$$ braces(show v <+> "<>" <+> show w)

ppEnv :: Env -> Doc
ppEnv e = hcat (map (\(x,t) -> braces (x <> ":=" <> ppValue Unqualified 0 t)) e)
Expand Down

0 comments on commit 9bc6a07

Please sign in to comment.