Re: [racket-users] flat-contract-with-reason (should be flat-contract-with-explanation ?)

2016-10-23 Thread Robby Findler
Thanks. I've pushed a fix (to the docs).

Robby

On Sun, Oct 23, 2016 at 9:32 PM, Philip McGrath
 wrote:
> The Racket Reference documents a function "flat-contract-with-reason";
> however, in #lang racket, I get an unbound identifier error for
> "flat-contract-with-reason".
> I noticed that racket/contract/base does export a function
> "flat-contract-with-explanation", which seems to do what the docs say
> "flat-contract-with-reason" does — I'm guessing it somehow came to be
> documented under the wrong name?
> Philip
>
> --
> 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+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

-- 
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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[racket-users] flat-contract-with-reason (should be flat-contract-with-explanation ?)

2016-10-23 Thread Philip McGrath
The Racket Reference documents
 a
function "flat-contract-with-reason"; however, in #lang racket, I get an
unbound identifier error for "flat-contract-with-reason".
I noticed that racket/contract/base does export a function
"flat-contract-with-explanation", which seems to do what the docs say
"flat-contract-with-reason" does — I'm guessing it somehow came to be
documented under the wrong name?
Philip

-- 
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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.