Hello to all. Anybody knows how to convert c#tuple to f#? For example: c# function returns (string error, Sale sale). I need to check in f# result tuple for error and if it i...
f#: подскажите кто знает как это сделать: app.UseMvc(fun router->router.MapRoute("default", "{controller=Home}/{action=Index}/{id?}")) |> ignore