Tagged Questions
1
vote
3answers
276 views
Doing a N-dimensional walk in pure functional ML?
The idea is to walk over multiple dimensions, each one defined as a range
(* lower_bound, upper_bound, number_of_steps *)
type range = real * real * int
so functions like fun foo y x or fun foo z y ...