From: R. E. B. <re...@cs...> - 2009-11-14 17:28:32
|
Hi all, I'm developing a HaskellDB application using a console interface (with HCL library). At some points, I have menus represented to the user. User either selects an item from the menu (then I return the value for that item) or add a new item using the "Add" option. When user adds the new item, I need to be able to get a referece back to the newly inserted item to use the unique id of that item throughout other parts of my program. Is there a way to get back the value of the latest insertion? -- R. Emre Başar İstanbul Bilgi University Department of Computer Science |