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 548bb42 commit 8e0e655Copy full SHA for 8e0e655
src/HsLua/Module/DocLayout.hs
@@ -247,9 +247,11 @@ render = defun "render"
247
<#> docParam "doc"
248
<#> opt (integralParam "colwidth" "planned maximum line length")
249
=#> functionResult pushText "Doc" "rendered doc"
250
- #? ("Render a [[Doc]]. The text is reflowed on breakable spaces" <>
251
- "to match the given line length. Text is not reflowed if the" <>
252
- "line length parameter is omitted or nil.")
+ #? T.unlines
+ [ "Render a [[Doc]]. The text is reflowed on breakable spaces to"
+ , "match the given line length. Text is not reflowed if the line"
253
+ , "line length parameter is omitted or nil."
254
+ ]
255
256
--
257
-- Querying
0 commit comments