Jake Wheat
Jake Wheat
To recreate the behaviour of pyret in my toy implementation, I thought about creating a lambda where the check block is that runs the test, and 'registering' it and then...
Something is surprising and/or inconsistent to me - this works: ``` check: f(1) is 3 end #a = 3 fun f(_): a = 3 a end ``` This gives an...
For what it's worth, I only found these bugs because I was digging around in exactly how check and closures worked together for the purposes of learning more about the...
Thanks for the heads up, a pull request would be great.
Hi All, I did a quick check with ghc 8.6.5, and did some small fixes. If you find any issues, please say which exact line fails for you (and provide...
The bad news is: you usually get the SQL drafts by trying to find someone who's sharing them using a search engine. I think it's pretty unofficial. I'm not sure...
Thanks for the patch and sorry for not getting back to you sooner. I have made some comments on the patch itself in github. Can you have a look at...
Thanks for the suggestion, I like the sound of it. I want to break it into 2 different ideas: 1. see if it is reasonable to allow people to follow...
Yes, both should parse successfully. I'm not working on this repo these days, but if you want to do some pull requests, I would be happy to support them, and...
It looks like it isn't allowed in ANSI SQL, here is the relevant grammar from the standard: ``` ::= INTERVAL [ ] ::= ``` Did you see a SQL system...