From 0bf2b690d5e8399175531005f9ca03df947cf878 Mon Sep 17 00:00:00 2001 From: Michael Andreen Date: Wed, 1 Dec 2004 15:05:41 +0000 Subject: [PATCH] initial commit --- Wiki.hs | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 Wiki.hs diff --git a/Wiki.hs b/Wiki.hs new file mode 100644 index 0000000..916829e --- /dev/null +++ b/Wiki.hs @@ -0,0 +1,21 @@ +module Wiki ( + +) where + +import Graphics.UI.WXCore.Db + +{-Keyword -> Full text +getCurrent :: String -> IO String + +--Keyword -> (id,date) +getList :: String -> IO (Int, String) + +--Keyword -> id -> Full Text +get :: String -> Int -> IO String + +--Keyword -> id -> () +setCurrent :: String -> Int -> IO () + +--Keyword -> Full text -> id +addNew :: String -> String -> IO Int +-} -- 2.39.2