Linsy

Results 4 comments of Linsy

The latest hazel (dev) added "?" as an empty hole operator. How to resolve the conflict when parsing?

Currently I still have two problems: **Elaborator:** `x > 4` elaborates to `BinIntOp (GreaterThan, (Cast ((BoundVar "x"), (Unknown Internal), Int)), (IntLit 4)))`. It should be `(BinIntOp (GreaterThan, (BoundVar "x"), (IntLit...

I run this command: `curl -G http://127.0.0.1:8000` on my server, the response is `curl: (56) Recv failure: Connection reset by peer`