learnyouanelm / learnyouanelm.github.io

“Learn You an Elm!”, based on LYAH by Miran Lipovača
http://learnyouanelm.github.io/
93 stars 16 forks source link

Changed type annotation of numOdds #35

Closed zmlka closed 7 years ago

zmlka commented 7 years ago

Type annotation must be List Int -> Int The previous List number -> Int gave a type mismatch due to (%)'s type annotation (Int -> Int -> Int)