We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 282a388 commit 45f3508Copy full SHA for 45f3508
1 file changed
lib/Language/PureScript/Backend/Lua/Printer.hs
@@ -76,7 +76,7 @@ printExp = \case
76
(printExp prefix)
77
(printExp . unAnn <$> args)
78
)
79
- Lua.ForeignSourceExp code → (PrecAtom, pretty code)
+ Lua.ForeignSourceExp code → (PrecFunction, pretty code)
80
81
printUnaryOp ∷ Lua.UnaryOp → PADoc → PADoc
82
printUnaryOp op (_, a) = (prec op, pretty (sym op) <> parens a)
0 commit comments