List,

I was wondering if there was any reason not to make "let rec" the default / sole option, meaning cases where you clearly don't want a "let rec" instead of "let" (only in functions, not cyclic data).

         Diego Olivier