summaryrefslogtreecommitdiff
path: root/src/compiler/GF/Compile
diff options
context:
space:
mode:
authorhallgren <hallgren@chalmers.se>2012-10-18 20:01:22 +0000
committerhallgren <hallgren@chalmers.se>2012-10-18 20:01:22 +0000
commit584b6ba86d15e7ff471f94d2d120375ba3604553 (patch)
tree09fa0850d6637108e0ce370ee55006dddb309025 /src/compiler/GF/Compile
parent9a022a141ebcd0228cbc75aaadf32e7d1b84f207 (diff)
Use NOINLINE for build info and darcs version info
... to avoid unnecessary recompilation of other modules.
Diffstat (limited to 'src/compiler/GF/Compile')
-rw-r--r--src/compiler/GF/Compile/TypeCheck/TC.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/GF/Compile/TypeCheck/TC.hs b/src/compiler/GF/Compile/TypeCheck/TC.hs
index 43e1a07e1..a56a8c832 100644
--- a/src/compiler/GF/Compile/TypeCheck/TC.hs
+++ b/src/compiler/GF/Compile/TypeCheck/TC.hs
@@ -41,7 +41,7 @@ data AExp =
| AApp AExp AExp Val
| AAbs Ident Val AExp
| AProd Ident AExp AExp
- | AEqs [([Exp],AExp)] --- not used
+-- | AEqs [([Exp],AExp)] --- not used
| ARecType [ALabelling]
| AR [AAssign]
| AP AExp Label Val