
22 Jul
2021
22 Jul
'21
2:33 a.m.
where (Just
On Thu, 22 Jul 2021 at 14:21, Casey Hawthorne
From Rabhi's & Lapalme's book 'Algorithms - A Functional Programming Approach' 1999, I'm getting a non-exhaustive pattern match
weight x y g = w where (Just w) = g!(x,y)
I can't figure out why
_______________________________________________ Haskell-Cafe mailing list To (un)subscribe, modify options or view archives go to: http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe Only members subscribed via the mailman list are allowed to post.