X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2FhsSyn%2FHsExpr.lhs;h=a28b26a787e33f1bcae4578006e2117b5361b1cb;hp=d21315817045889a87ddeb3e0005aa9a461dca44;hb=92eeda1e1d846a082a60caab1b75593d7cc668ed;hpb=131320a1b79d965540449927b640ab037fb7a13a diff --git a/compiler/hsSyn/HsExpr.lhs b/compiler/hsSyn/HsExpr.lhs index d213158..a28b26a 100644 --- a/compiler/hsSyn/HsExpr.lhs +++ b/compiler/hsSyn/HsExpr.lhs @@ -160,7 +160,7 @@ data HsExpr id | RecordUpd (LHsExpr id) (HsRecordBinds id) [DataCon] -- Filled in by the type checker to the - -- *non-empty* list of DataCons that have + -- _non-empty_ list of DataCons that have -- all the upd'd fields [PostTcType] -- Argument types of *input* record type [PostTcType] -- and *output* record type @@ -198,7 +198,7 @@ data HsExpr id | HsBracketOut (HsBracket Name) -- Output of the type checker is -- the *original* [PendingSplice] -- renamed expression, plus - -- *typechecked* splices to be + -- _typechecked_ splices to be -- pasted back in by the desugarer | HsSpliceE (HsSplice id)