Kristofer Löfberg

Results 2 issues of Kristofer Löfberg

Having a file named `main.fsx` with the following code and running `dotnet fable`: ```fsharp type Model = unit let update (model: Model) = model, () update () ``` the fable...