shubham
shubham
We can close this in favor of #13 ?
I also want to throw in [Rescript](https://rescript-lang.org/) as a language alternative because it's very similar to Javascript (Syntactically) but with the type safety of OCaml. This blog might be convincing...
I agree with @prekel here `some(MyDate)` shouldn't be pattern matched here. @prekel can you please create a PR (if you are willing to) for the tests that you added to...
The keys that would be of `Error` type would they be still part of the sorted list? Where now it would be sorted in terms of value? for eg. if...
So I wrote a function ```ml let f arr = Array.fold_left (fun acc x -> ((Array.fold_left (fun acc i -> match (Stdlib.compare (fst i) (fst x)) with | 0 ->...
What does "lowered program" mean here?
Oh ok, I was looking for any issues to get my hands dirty
I think @jbr you are right there is no specific reason for http_types. I didn't realise there is a `surf::Error`. So initially I was using the [hello_world.rs](https://github.com/http-rs/surf/blob/main/examples/hello_world.rs) example and I...
is it ok if I update the examples directory it can be a bit confusing for beginners?