Larry Jones
Results
2
issues of
Larry Jones
Platform: Windows 10 Shell: Git Bash for Windows (with zsh) Nodejs: v18.4.0 fable-compiler: 2.13.0 I am trying to run through the code examples from "The Elmish Book". (Thank you very...
The documentation for `flatmap` states: "This is different than **Option.map()** because the result of the callback isn’t wrapped in a new **Option**." This test verifies that behavior: ``` def test_flatmap_some():...