3
votes
2answers
155 views

How to improve these Haskell functions?

This is the algorithm for calculating sun rise/set time at various places on Earth. I took it as an example of multiple functions inside of one top function. (if someone figure out better title, ...