instance Read Dynamic ?

Dean Herington heringto@cs.unc.edu
Mon, 25 Mar 2002 15:00:58 -0500


The type `Dynamic` is an instance of `Show` but not of `Read`.  Is there
some reason `Dynamic` could not be made an instance of `Read`?  Has
anyone extended `Dynamic` in that way?

Dean Herington