Skip to content
Snippets Groups Projects
Commit 035fdd1f authored by sof's avatar sof
Browse files

[project @ 1998-08-14 12:51:47 by sof]

StateAnd{Int,Word}64# types
parent 463a8750
No related merge requests found
......@@ -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}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment