| |||||||||||||||||
| |||||||||||||||||
| |||||||||||||||||
| Description | |||||||||||||||||
| Standard model to store list data. | |||||||||||||||||
| Synopsis | |||||||||||||||||
| |||||||||||||||||
| Types | |||||||||||||||||
| data ListStore a | |||||||||||||||||
| |||||||||||||||||
| Constructors | |||||||||||||||||
| listStoreNew :: [a] -> IO (ListStore a) | |||||||||||||||||
| Methods | |||||||||||||||||
| listStoreGetValue :: ListStore a -> Int -> IO a | |||||||||||||||||
| listStoreSetValue :: ListStore a -> Int -> a -> IO () | |||||||||||||||||
| listStoreInsert :: ListStore a -> Int -> a -> IO () | |||||||||||||||||
| listStorePrepend :: ListStore a -> a -> IO () | |||||||||||||||||
| listStoreAppend :: ListStore a -> a -> IO () | |||||||||||||||||
| listStoreRemove :: ListStore a -> Int -> IO () | |||||||||||||||||
| listStoreClear :: ListStore a -> IO () | |||||||||||||||||
| Produced by Haddock version 0.8 |