why in definition of Maybe is :
data Maybe a = Nothing | Just a
Why definition isn't like this:
data Maybe a = Nothing | a
Why we use Just, isn't be simple wihout this ?
why in definition of Maybe is :
data Maybe a = Nothing | Just a
Why definition isn't like this:
data Maybe a = Nothing | a
Why we use Just, isn't be simple wihout this ?