projects
/
ghc-hetmet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
463a875
)
[project @ 1998-08-14 12:51:47 by sof]
author
sof
<unknown>
Fri, 14 Aug 1998 12:51:47 +0000
(12:51 +0000)
committer
sof
<unknown>
Fri, 14 Aug 1998 12:51:47 +0000
(12:51 +0000)
StateAnd{Int,Word}64# types
ghc/lib/std/PrelST.lhs
patch
|
blob
|
history
diff --git
a/ghc/lib/std/PrelST.lhs
b/ghc/lib/std/PrelST.lhs
index
580ec93
..
5755970
100644
(file)
--- a/
ghc/lib/std/PrelST.lhs
+++ b/
ghc/lib/std/PrelST.lhs
@@
-126,4
+126,7
@@
data StateAndWord# s = StateAndWord# (State# s) Word#
data StateAndFloat# s = StateAndFloat# (State# s) Float#
data StateAndDouble# s = StateAndDouble# (State# s) Double#
data StateAndAddr# s = StateAndAddr# (State# s) Addr#
+
+data StateAndInt64# s = StateAndInt64# (State# s) Int64#
+data StateAndWord64# s = StateAndWord64# (State# s) Word64#
\end{code}