От: | samius | http://sams-tricks.blogspot.com | |
Дата: | 06.10.09 08:20 | ||
Оценка: |
C>let tst = fun message ->
C> match message with
C> | To, msg -> printf "tuple"
C> | msg1 -> printf "object"
C>