Thread: Haskell IO help
View Single Post
  #1  
Old 06-27-2009, 08:21 AM
webdev webdev is offline
Senior Member
 
Join Date: Jun 2009
Posts: 7,868
Default Haskell IO help

I havent done much IO at all in haskell, only within the function itself. However I want to get the input from the interface for the function and havent done this before. // Say I have this as my data type and list of films data Film = Film String String Int [String] -- List of films testDatabase...
__________________
Website Development
Domain Name Forum
Reply With Quote