summaryrefslogtreecommitdiff
path: root/src/GF/System
diff options
context:
space:
mode:
authoraarne <unknown>2005-03-30 11:41:12 +0000
committeraarne <unknown>2005-03-30 11:41:12 +0000
commit70deda4132b66bc8d61e25d7f585012f09bf01fc (patch)
tree9433a3d9459a3b10f0a411d2d437587fed4a2a4b /src/GF/System
parent3c11f7e112e6e14c3cc96e355d9ddcb3fd39aa35 (diff)
ArchEdit moved; spanish/Structural now works
Diffstat (limited to 'src/GF/System')
-rw-r--r--src/GF/System/ArchEdit.hs30
1 files changed, 30 insertions, 0 deletions
diff --git a/src/GF/System/ArchEdit.hs b/src/GF/System/ArchEdit.hs
new file mode 100644
index 000000000..89a92faaf
--- /dev/null
+++ b/src/GF/System/ArchEdit.hs
@@ -0,0 +1,30 @@
+----------------------------------------------------------------------
+-- |
+-- Module : ArchEdit
+-- Maintainer : AR
+-- Stability : (stable)
+-- Portability : (portable)
+--
+-- > CVS $Date: 2005/03/30 12:41:12 $
+-- > CVS $Author: aarne $
+-- > CVS $Revision: 1.1 $
+--
+-- (Description of the module)
+-----------------------------------------------------------------------------
+
+module ArchEdit (
+ fudlogueEdit, fudlogueWrite, fudlogueWriteUni
+ ) where
+
+fudlogueEdit :: a -> b -> IO ()
+fudlogueEdit _ _ = do
+ putStrLn "sorry no fudgets available in Hugs"
+ return ()
+
+fudlogueWrite :: a -> b -> IO ()
+fudlogueWrite _ _ = do
+ putStrLn "sorry no fudgets available in Hugs"
+
+fudlogueWriteUni :: a -> b -> IO ()
+fudlogueWriteUni _ _ = do
+ putStrLn "sorry no fudgets available in Hugs"