From 035fdd1f222c1103d35867f5ef881bcd7992e723 Mon Sep 17 00:00:00 2001
From: sof <unknown>
Date: Fri, 14 Aug 1998 12:51:47 +0000
Subject: [PATCH] [project @ 1998-08-14 12:51:47 by sof] StateAnd{Int,Word}64#
 types

---
 ghc/lib/std/PrelST.lhs | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/ghc/lib/std/PrelST.lhs b/ghc/lib/std/PrelST.lhs
index 580ec93c9075..57559708f774 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}
-- 
GitLab