Comments only: replace ":=:" by "~" (notation for equality predicates)
authorsimonpj@microsoft.com <unknown>
Sat, 20 Sep 2008 23:20:24 +0000 (23:20 +0000)
committersimonpj@microsoft.com <unknown>
Sat, 20 Sep 2008 23:20:24 +0000 (23:20 +0000)
commit5e5310b3cb4f78e30cc7b90879eb016e97c214cb
tree40c2729075e672c743a6df04cf3430ea6bd1f2db
parentfbbd2bfaa54b4424edc70cbc4bd4ff29e324f6a2
Comments only: replace ":=:" by "~" (notation for equality predicates)
16 files changed:
compiler/basicTypes/DataCon.lhs
compiler/basicTypes/MkId.lhs
compiler/basicTypes/Var.lhs
compiler/coreSyn/CoreUtils.lhs
compiler/hsSyn/HsExpr.lhs
compiler/iface/BuildTyCl.lhs
compiler/iface/IfaceType.lhs
compiler/typecheck/TcInstDcls.lhs
compiler/typecheck/TcPat.lhs
compiler/typecheck/TcSimplify.lhs
compiler/typecheck/TcTyClsDecls.lhs
compiler/typecheck/TcUnify.lhs
compiler/types/Coercion.lhs
compiler/types/FunDeps.lhs
compiler/types/TyCon.lhs
compiler/types/Unify.lhs