diff options
author | andy@unsafeperformio.com <unknown> | 2007-10-25 04:54:56 +0000 |
---|---|---|
committer | andy@unsafeperformio.com <unknown> | 2007-10-25 04:54:56 +0000 |
commit | 46935808127fe8d7a66bd52f884d2b50d3e33f6d (patch) | |
tree | 2f8d2e49e37c823bba523baa952b370f208f6345 /utils/hpc/HpcFlags.hs | |
parent | eb2f62135747109b66e5b09cf11a73deb1c61150 (diff) | |
download | haskell-46935808127fe8d7a66bd52f884d2b50d3e33f6d.tar.gz |
Fixing typo in runtime documentation for hpc, push to stable
Diffstat (limited to 'utils/hpc/HpcFlags.hs')
-rw-r--r-- | utils/hpc/HpcFlags.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/hpc/HpcFlags.hs b/utils/hpc/HpcFlags.hs index 761163f2dc..b445367023 100644 --- a/utils/hpc/HpcFlags.hs +++ b/utils/hpc/HpcFlags.hs @@ -217,7 +217,7 @@ thePostFun INV n = 0 thePostFun ZERO x = 0 postFuns = [ (show pos,pos) - | pos <- [INV .. ZERO] + | pos <- [ID .. ZERO] ] |