remove unnecessary comment

This commit is contained in:
crumbtoo
2024-02-08 12:13:40 -07:00
parent 1c3286f047
commit 8a94288e5a

View File

@@ -279,15 +279,6 @@ instance (Pretty b) => Pretty (Expr b) where
"case" <+> pretty e <+> "of"
$$ nest 2 (explicitLayout as)
{-
x = pretty $ desugarRlpProg [rlpProg|
main = 3
data B = T | F
|]
-}
instance (Pretty b) => Pretty (Alter b) where
pretty (Alter c as e) =
hsep [pretty c, hsep (pretty <$> as), "->", pretty e]