j
k
j a
j l
On 2004-12-23, Stefan Holdermans wrote:
Your problem right now is that the type Complex takes (needs) a type argument. Its definitions is (module strictness flags): data Complex a = a :+ a
Your problem right now is that the type Complex takes (needs) a type argument. Its definitions is (module strictness flags):
data Complex a = a :+ a
What does the :+ mean here?
Back to the thread
Back to the list