[Haskell-cafe] Clausula where

Imants Cekusins imantc at gmail.com
Sat Dec 19 14:18:28 UTC 2015


Hello,

try changing this:


rotula ae ad
   = No n ae ad where n = (tamArvBinA ae) + (tamArvBinA ad)

to

rotula ae ad = No n ae ad
                       where n = (tamArvBinA ae) + (tamArvBinA ad)


More information about the Haskell-Cafe mailing list