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 23a1a99 commit 2941a35Copy full SHA for 2941a35
1 file changed
src/HsLua/Module/DocLayout.hs
@@ -205,7 +205,23 @@ typeDoc = deftype "Doc"
205
<#> docParam "doc"
206
=#> textResult "Rendered Doc without reflowing."
207
]
208
- []
+ [ method before_non_blank
209
+ , method braces
210
+ , method brackets
211
+ , method chomp
212
+ , method double_quotes
213
+ , method is_empty
214
+ , method flush
215
+ , method height
216
+ , method min_offset
217
+ , method nestle
218
+ , method nowrap
219
+ , method offset
220
+ , method parens
221
+ , method quotes
222
+ , method update_column
223
+ , method vfill
224
+ ]
225
where
226
binaryOp op descr = lambda
227
### liftPure2 op
0 commit comments