Visual Model For F# – Module

Module In this post is showed a further element of the proposed modeling language, which is a module. The module for the F# programming language is a set of source code including elements such as types, values ​​and functions. By grouping code into modules it helps to avoid name conflicts in the program and maintains…

Visual Model For F# – Function

Function In this post I present the first element, which allows us to model functional programs created in the language F#. It is the loose function. In the next posts will be presented next items. With the plugin Visual Model For F# can be modeled simple functional programs and generate F# source code based on…