- Timestamp:
- Nov 24, 2007, 2:00:31 AM (18 years ago)
- Author:
- neil.c.c.brown
- Message:
-
Removed the definition of >>*. For those who can read its type, implementation is trivial. Those who can't read its type will stand even less chance with the implementation.
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
docs/trunk/200711-tock-seminars/200711-tock-slides.tex
r43 r44 1220 1220 operation \\ 1221 1221 \lstinline|(>>*) :: m a -> (a -> b) -> m b| \\ 1222 (削除) \lstinline|(>>*) op f = (liftM f) op| \\ (削除ここまで)1223 1222 \lstinline|v <- getFoo >>* fromMaybe| 1224 1223 \end{itemize}
Note:
See TracChangeset
for help on using the changeset viewer.