When we need lazy evaluation, we use the Lazy<'T>. However, the Lazy<'T> must evaluate explicitly. This example enables implicit evaluation(call-by-need).
6 people like thisPosted: 13 years ago by Nobuhisa
This snippet likes the "dir" function of Python. ( http://docs.python.org/2/library/functions.html#dir ) The "dir" function is useful on FSI. You can take a look at members of the object quickly.
9 people like thisPosted: 11 years ago by Nobuhisa
This fake module can trace pipeline operators.
6 people like thisPosted: 11 years ago by Nobuhisa
I came up with a gimmick. It looks like function overloading.
8 people like thisPosted: 11 years ago by Nobuhisa