Skip to content
Snippets Groups Projects
Commit 2602df98 authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 1999-01-15 13:11:04 by simonm]

A couple of Int type signatures to avoid H98 Integer defaulting.
parent 71df002e
No related merge requests found
......@@ -87,8 +87,8 @@ module Constants (
All pretty arbitrary:
\begin{code}
mAX_TUPLE_SIZE = 37
mAX_CONTEXT_REDUCTION_DEPTH = 20
mAX_TUPLE_SIZE = (37 :: Int)
mAX_CONTEXT_REDUCTION_DEPTH = (20 :: Int)
\end{code}
\begin{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