
25 Aug
2004
25 Aug
'04
10:55 a.m.
Try type annotations: new_point (s::s) t b : interleave (next_state s::s) bs (t:ts) Keean.

25 Aug
25 Aug
3:28 p.m.
New subject: GHC and MPTCs
MR K P SCHUPKE
Try type annotations:
[slightly edited to keep the different s's differentiated]
new_point (s0::s) t b : interleave (next_state s0::s) bs (t:ts)
Hmm...I get: Inferred type is less polymorphic than expected Quantified type variable `s' escapes It is mentioned in the environment: s0 :: s (bound at Grid.lhs:25) When checking the type signature of the expression: s0 :: forall s. s -kzm -- If I haven't seen further, it is by standing in the footprints of giants
7706
Age (days ago)
7706
Last active (days ago)
1 comments
2 participants
participants (2)
-
Ketil Malde
-
MR K P SCHUPKE