]> ruin.nu Git - yawbih.git/blob - Wiki.hs
initial commit
[yawbih.git] / Wiki.hs
1 module Wiki (
2
3 ) where
4
5 import Graphics.UI.WXCore.Db
6
7 {-Keyword -> Full text
8 getCurrent :: String -> IO String
9
10 --Keyword -> (id,date)
11 getList :: String -> IO (Int, String)
12
13 --Keyword -> id -> Full Text
14 get :: String -> Int -> IO String
15
16 --Keyword -> id -> ()
17 setCurrent :: String -> Int -> IO ()
18
19 --Keyword -> Full text -> id
20 addNew :: String -> String -> IO Int
21 -}