Concatenating paths shouldn't be done just using string concatenation, because the directory separator may differ on various platforms. This snippet shows a simple custom operator for working with paths.
27 people like thisPosted: 13 years ago by Tomas Petricek
Normally, you'd add two numbers with the '+' operator. But why do that when you can use Type Extensions, custom operations on Computation Expressions, customer operators, and more?
11 people like thisPosted: 6 years ago by Phillip Carter
Function Composition Operator
1 people like thisPosted: 7 years ago by Luiz Monad
Contains operations for working with 2-dimensional lists.
3 people like thisPosted: 3 years ago by Pavel Tatarintsev