X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2FdeSugar%2FDsMonad.lhs;h=2c43a5410993cc01c7b32b635b98edafc535b19a;hb=c5b03909e7c630a874f6f1abf76d28baf4b19d55;hp=75fd45b46abf237fd3ce861fa6dfa223f7aba58a;hpb=a7ecdf96844404b7bc8273d4ff6d85759278427c;p=ghc-hetmet.git diff --git a/ghc/compiler/deSugar/DsMonad.lhs b/ghc/compiler/deSugar/DsMonad.lhs index 75fd45b..2c43a54 100644 --- a/ghc/compiler/deSugar/DsMonad.lhs +++ b/ghc/compiler/deSugar/DsMonad.lhs @@ -83,7 +83,7 @@ idWrapper e = e -- The semantics of (match vs (EqnInfo wrap pats rhs)) is the MatchResult -- \fail. wrap (case vs of { pats -> rhs fail }) --- where vs are not in the domain of wrap +-- where vs are not bound by wrap -- A MatchResult is an expression with a hole in it