1
0
forked from GitHub/gf-core

ArchEdit moved; spanish/Structural now works

This commit is contained in:
aarne
2005-03-30 11:41:12 +00:00
parent 3c11f7e112
commit 70deda4132

30
src/GF/System/ArchEdit.hs Normal file
View File

@@ -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"