From: sof Date: Fri, 14 Aug 1998 12:51:47 +0000 (+0000) Subject: [project @ 1998-08-14 12:51:47 by sof] X-Git-Tag: Approx_2487_patches~374 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=035fdd1f222c1103d35867f5ef881bcd7992e723;p=ghc-hetmet.git [project @ 1998-08-14 12:51:47 by sof] StateAnd{Int,Word}64# types --- diff --git a/ghc/lib/std/PrelST.lhs b/ghc/lib/std/PrelST.lhs index 580ec93..5755970 100644 --- 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}