Hello devel-en,
could you increase priority for :: operator comparing with +
applicated to lists?
such that
foo :: foo_list + (bar :: bar_list)
could be rewrited as
foo :: foo_list + bar :: bar_list
and would not give a compilation error
is it reasonable, how d'u think?
regards, phantom