diff options
author | Simon Marlow <marlowsd@gmail.com> | 2011-11-02 16:35:56 +0000 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2011-11-02 16:35:56 +0000 |
commit | 515728a3d374751bfb02e5b4bbd383e3f99eb630 (patch) | |
tree | 6ae41566afcf22fbeaea295e26f724852665f06d | |
parent | b0e4b41863aebb69a2d73c3e6833b8fcbd31f102 (diff) | |
download | haskell-515728a3d374751bfb02e5b4bbd383e3f99eb630.tar.gz |
remove tabs again
-rw-r--r-- | compiler/coreSyn/CoreUtils.lhs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/compiler/coreSyn/CoreUtils.lhs b/compiler/coreSyn/CoreUtils.lhs index d8c95e2f5a..601165e0f3 100644 --- a/compiler/coreSyn/CoreUtils.lhs +++ b/compiler/coreSyn/CoreUtils.lhs @@ -10,14 +10,14 @@ Utility functions on @Core@ syntax module CoreUtils ( -- * Constructing expressions mkTick, mkTickNoHNF, mkCoerce, - bindNonRec, needsCaseBinding, - mkAltExpr, mkPiType, mkPiTypes, + bindNonRec, needsCaseBinding, + mkAltExpr, mkPiType, mkPiTypes, -- * Taking expressions apart findDefault, findAlt, isDefaultAlt, mergeAlts, trimConArgs, -- * Properties of expressions - exprType, coreAltType, coreAltsType, + exprType, coreAltType, coreAltsType, exprIsDupable, exprIsTrivial, getIdFromTrivialExpr, exprIsBottom, exprIsCheap, exprIsExpandable, exprIsCheap', CheapAppFun, exprIsHNF, exprOkForSpeculation, exprIsBig, exprIsConLike, |