Robby Findler
34189b38f7
attmpet to clarify define/contract's boundary a bit more
2018-03-02 14:44:46 -06:00
Weng Shiwei
4bad4d7655
should be "requiring" module invokes the function
...
Before this line, it says the function flows from providing module to requiring module.
After this line, it says the argument travels back from requiring moduleo to providing module.
I believe that argument supplying and function invoking should happen at requiring module, rather than providing module.
2017-07-28 10:43:10 -06:00
Alexis King
69fb636a1c
Add a missing for-label require in the contracts section of the guide
2017-05-30 20:09:50 -07:00
Robby Findler
e7f68472e5
the "I don't konw what name to give" name has changed; update the guide to reflect that
...
closes #1661
2017-04-13 09:37:25 -05:00
Robby Findler
b3d3bf7c01
improve the guide section on how to use the contract library
...
to build new combinators
2017-04-12 21:27:50 -05:00
Philip McGrath
8bb8365a38
Revise Racket Guide 7.8 Building New Contracts
...
to use late neg projections in the examples, rather val first projections.
2017-04-12 21:27:50 -05:00
Leandro Facchinetti
05292b7e69
Improve Guide example on `flat-named-contract'
...
Previously, on the example, the function was not anonymous, so no
`tempN' would appear on the error message.
The fixed example makes use of `flat-named-contract' on an anonymous
function, which resembles the snippet above it and demonstrates the
purpose of `flat-named-contract' better.
2016-03-30 19:31:23 -05:00
Alexis King
95c0dfce38
Include racket/base for-label for the contracts intro in the guide
2016-01-21 20:18:54 -06:00
Robby Findler
2516374744
account for the added caveat line in the example error message dissection
...
Thanks to Paolo G. Giarrusso for spotting this and proposing a fix
2015-10-03 09:43:51 -05:00
Robby Findler
78ecccc2b1
fewer quotes
2015-05-19 11:17:17 -05:00
Alex Knauth
d30b90cba3
contract docs: explain positive and negative as server and client
2015-05-19 11:14:13 -05:00
Paul Ojanen
e6ffbf2501
Improve reference to code value
...
Did "temp7" used to print out as "???"? I would have understood this more quickly if the reference to "temp7" had been more clear.
2015-03-14 17:20:02 -04:00
Matthew Flatt
2d4f3e2ac9
remove the "racket-pkgs" directory layer
...
The layer is now redundant, since everything left in "pkgs" is in the
"racket-pkgs" category.
2014-12-08 05:22:59 -07:00