flix / book

The Flix Programming Book
Other
14 stars 22 forks source link

Chapter 4 - mod should be `Int32.mod` #124

Closed tomasz-lutoborski closed 5 months ago

tomasz-lutoborski commented 5 months ago

Hi, Flix seems awesome, I'm going trough book right now and I think in chapter "Functions" in this code snippet: https://github.com/flix/book/blob/e79cbf82f4823e79325e2e0cb73aa910ac1a9462/src/functions.md?plain=1#L105-L108

there should be `Int32.mod` instead of mod? At least I had to change it that way to run main function.

magnus-madsen commented 5 months ago

Yes- that is right!

Pull Request welcome :)

magnus-madsen commented 5 months ago

Fixed.