Questions tagged as 'f#'

1
answer

F # - Why can not I declare a name within the 'try with' block?

The code works if you call a function or assign a value within the try-catch block: module public test open System let testing = let divide = fun a b -> a / b try divide 100 0 with | :? System.DivideByZeroExceptio...
asked by 05.05.2018 / 17:54
0
answers

F # Problem when loading Windows projects

I am doing the configuration of a project that is developed with xamarin, vue.js and F #, however, this was initially created in visual studio for mac. When loading the solution in visual studio enterprise 2017, some files of the project are...
asked by 09.12.2018 / 17:50