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.
render
1 parent 5ea1a48 commit a320c9fCopy full SHA for a320c9f
src/HsLua/Module/DocLayout.hs
@@ -246,7 +246,7 @@ render = defun "render"
246
### liftPure2 (flip Doc.render)
247
<#> docParam "doc"
248
<#> opt (integralParam "colwidth" "planned maximum line length")
249
- =#> functionResult pushText "Doc" "rendered doc"
+ =#> functionResult pushText "string" "rendered doc"
250
#? T.unlines
251
[ "Render a [[Doc]]. The text is reflowed on breakable spaces to"
252
, "match the given line length. Text is not reflowed if the line"
0 commit comments