Hi David, monadic ⊣ turns any value into a committed value. But it has to be used by the caller. In the called function there is nothing that can turn the result into a committed value.
I guess your 'principle of least surprise' wouldn't allow that either. /// Jürgen On 07/27/2014 08:03 PM, David B. Lamkins wrote:
Is there a way to have a defined function return a committed value? IOW, the function returns a value that can be assigned, but doesn't print.
