[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: More on dispatching by function return type



Ooops.  I completely forgot to show you the implementation of read. 
 Silly of me.  It's application:

- fun read (r : 'a reader) s = r s;