|
|
|
|
|
by betareduce
1987 days ago
|
|
I guess you haven’t spend too much time with Haskell. Haskell types especially generic ones are way more expressive and limit your search quite a bit. The function Int -> Int -> Bool can not reach for a database or anything other than the two Ints it is given. |
|
Genuinely curious, not that familiar with Haskell, just thought you could use something like parameter binding or similar to construct functions like that.