Snippets created by Antonio Cisternino

  • Load XAML

    This example shows how to load a Xaml file allowing to use WPF from F#. It also shows how to access WPF objects and register event handlers.

    59 people like this
    Posted: 1 years ago by Antonio Cisternino

  • Currying

    Currying is about fixing arguments of functions from left to right. It's useful to configurate code and embed parameters that usually serve to define the context of a function execution (i.e. a database connection object). Symbolic functions can be used to reorder arguments if needed.

    14 people like this
    Posted: 1 years ago by Antonio Cisternino