Use NOINLINE for build info and darcs version info

... to avoid unnecessary recompilation of other modules.
This commit is contained in:
hallgren
2012-10-18 20:01:22 +00:00
parent cf44576573
commit 1d6cbf8189
4 changed files with 4 additions and 2 deletions

View File

@@ -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