Snippets tagged skew binary list

  • Defining union cases that have the cons ( :: ) pattern

    Here I give an example of a data structure known as a skew binary list and also an example of how to use the cons pattern, normally reserved for FSharp lists, in your own union cases. It is not possible to do the same with the nil union case, []. Nor is it possible to use any other symbols (as far as I know). This kind of sucks.

    2 people like this

    Posted: 11 years ago by Greg Ros