brenoafb
brenoafb
The [first computation expressions tutorial](https://fsharpforfunandprofit.com/posts/computation-expressions-intro/#asynchronous-calls-with-callbacks) has some code snippets that use `HttpWebRequest` from `System.Net` in the "Asynchronous calls with callbacks" section. ```fsharp open System.Net let req1 = HttpWebRequest.Create("http://fsharp.org") let req2...
Reading the docs, I felt it was appropriate to have one more example that shows how to interact with constructors in a common use case: AST parsing. This PR adds...
Why === A prior commit upgraded Parcel along with other modules. Unfortunately, [Parcel v2 has several breaking changes](https://parceljs.org/getting-started/migration/), thus breaking the debug server. What changed ============ - Revert parcel to...