
25 Apr
2009
25 Apr
'09
5:29 p.m.
Hi, I've defined the following datatype with haskell data Graph a b = Empty | Context a b & Graph a b But I am having the error message: " parse error on input `&' ". I am wondering what it is wrong with my definition. How can I fix this? Thanks in advance. Kind regards