buoyantair
2018-3-4 13:12:55

Hi


lexi.lambda
2018-3-4 19:33:53

@samth Can I get some clarification on this issue? Can I close it? https://github.com/lexi-lambda/racket-2htdp-typed/issues/6


samth
2018-3-4 22:28:23

@lexi.lambda I agree that your program is the right one, but why was there that error with a wrapper in the original program?


lexi.lambda
2018-3-4 22:28:56

What error? When I ran that program, I didn’t get an error.


samth
2018-3-4 22:30:57

Oh weird


samth
2018-3-4 22:31:29

I didn’t actually try it, just forwarded a bug report from John Reppy, who’s teaching with it


samth
2018-3-4 22:31:39

I’ll ask him


samth
2018-3-4 22:32:08

Oh I know what happened


samth
2018-3-4 22:32:21

It’s the bug with Union contracts


samth
2018-3-4 22:32:43

So it’s fixed now, but before missed the unwrapping


samth
2018-3-4 22:33:19

@lexi.lambda on another note, you would be interested in the work by Andre van Tonder on macro hygiene


samth
2018-3-4 22:33:43

He has a srfi with a system that does hygiene with the quotation rather than the expansion step


samth
2018-3-4 22:33:51

Which is really what you’re looking for


lexi.lambda
2018-3-4 22:35:28

Interesting, I’ll look into that, thanks.


lexi.lambda
2018-3-4 22:36:13

Re: typed/2htdp, is the appropriate response “update Racket”, then, or is there something I should change?


samth
2018-3-4 23:42:34

I doubt you need to do anything


samth
2018-3-4 23:42:58

I see that @mflatt made the same suggestion on email