factor/core/classes/intersection
Doug Coleman cada003d7f factor: Rename ``M\ array generic`` to ``m: { array generic }``.
The problem with M\ is that it has an arity of 1 where we need it to have arity 2. Also, for multimethods, the \ disables parsing of the array that follows, e.g. ``M\ { string string } multimethod-name`` parses as ``M\ {`` and leaves the rest unparsed. This is obviously wrong.

An alternative syntax that should be implement and looks ok is ``m{ array generic }``
2017-10-01 09:51:31 -05:00
..
intersection-docs.factor docs: Update docs. 2017-08-31 21:21:14 -05:00
intersection-tests.factor factor: Rename ``M\ array generic`` to ``m: { array generic }``. 2017-10-01 09:51:31 -05:00
intersection.factor factor: rename classes:members to class-members so it doesn't conflict with sets:members. ugh. 2015-07-20 00:32:42 -07:00
summary.txt