<div><span style="line-height:19.7999992370605px">> It is complining but as soon as I want to run it , I see this message : </span><br style="line-height:19.7999992370605px"><br style="line-height:19.7999992370605px"><span style="line-height:19.7999992370605px">> Non-exhaustive patterns in function acc </span><br></div><div><br></div>Yep, Maybe has two constructors, and you are only handling one. You should handle the Nothing case as well.