Fix missing comments in record decl
parent
e6956e9264
commit
48b96cd6b1
|
@ -494,7 +494,7 @@ createDetailsDoc consNameStr details = case details of
|
||||||
]
|
]
|
||||||
, docSeq
|
, docSeq
|
||||||
[ docHandleComms posOpen $ docLitS "{"
|
[ docHandleComms posOpen $ docLitS "{"
|
||||||
, docSeparator
|
, docHandleComms epAnn docSeparator
|
||||||
, docSetBaseY $ docAddBaseY BrIndentRegular $ docPar
|
, docSetBaseY $ docAddBaseY BrIndentRegular $ docPar
|
||||||
fName1
|
fName1
|
||||||
(docSeq [docLitS "::", docSeparator, fType1])
|
(docSeq [docLitS "::", docSeparator, fType1])
|
||||||
|
|
Loading…
Reference in New Issue