Bence Fabian

Results 3 comments of Bence Fabian

I think I might have found the culprit. `dotnet test` expects to be run in a terminal window When run in an emacs shell ``` [bence@x250:/tmp]$ dotnet new xunit --name...

I tried to trick it by writing the operator in an OCaml file :) `Distrib.ml` ```ocaml type 'a t = ('a * float) array let pure v = [| (v,...

Note: Infix `>>=` wouldn't help here either. I'd love to have `let*` syntax. But as far as I can tell even the OCaml compiler coming with rescript doesn't have it