Re: [racket-users] Help needed to fix type error

2017-06-05 Thread Ben Greenman
Maybe the issue is line 52 of math/private/distributions/utils (it seems like a typo to me) (define-type type-name (struct-name Real Flonum)) I think this means that the type Discrete-Uniform-Dist is really (discrete-uniform-dist-struct Real Flonum). Anyway, if I change the return typed of disc

[racket-users] Help needed to fix type error

2017-06-05 Thread Jens Axel Søgaard
I am attempting to add discrete uniform distributions to math/distributions. I have however ran into a type error, I can't fix. Any hints are welcome. The error: Type Checker: type mismatch expected: Discrete-Uniform-Dist given: (discrete-uniform-dist-struct Real Integer) in: ((inst discrete-u

[racket-users] Re: (seventh RacketCon) Call for Speakers

2017-06-05 Thread Vincent St-Amour
Hi Charles, We're still accepting proposals, and I'm the one to send them to. Looking forward to seeing yours! Vincent On Mon, 05 Jun 2017 07:22:10 -0500, Charles Earl wrote: > > Has the deadline passed for talk proposals? If not, where should they be > submitted? > > Charles -- You rece

[racket-users] Re: (seventh RacketCon) Call for Speakers

2017-06-05 Thread Charles Earl
Has the deadline passed for talk proposals? If not, where should they be submitted? Charles -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to racket-users+unsubs

Re: [racket-users] I've started work on a Racket project book

2017-06-05 Thread Vincent Nys
Thank you, everyone, for the feedback! Comparing even more solutions should be great for learning, so I'll think about an "official" channel for that. Right now, I need some more content first (like the rest of Chapter 1 :-)) but I've opened a ticket so I won't forget. "Emu" is about 40% becaus