summaryrefslogtreecommitdiff
path: root/src/GF/Infra
diff options
context:
space:
mode:
authorpeb <unknown>2005-03-15 10:18:51 +0000
committerpeb <unknown>2005-03-15 10:18:51 +0000
commit581ead0a73b09444593cd652c18d514ba4fc8fae (patch)
treeac46faacbd2e7c9c71a52695164827fdd6224553 /src/GF/Infra
parent2edae8de54ebbfead80ca94f7b938163c95115fb (diff)
"Committed_by_peb"
Diffstat (limited to 'src/GF/Infra')
-rw-r--r--src/GF/Infra/Ident.hs5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/GF/Infra/Ident.hs b/src/GF/Infra/Ident.hs
index 2589357ef..6b5c51bf3 100644
--- a/src/GF/Infra/Ident.hs
+++ b/src/GF/Infra/Ident.hs
@@ -5,9 +5,9 @@
-- Stability : (stable)
-- Portability : (portable)
--
--- > CVS $Date: 2005/02/24 11:46:34 $
+-- > CVS $Date: 2005/03/15 11:18:07 $
-- > CVS $Author: peb $
--- > CVS $Revision: 1.5 $
+-- > CVS $Revision: 1.6 $
--
-- (Description of the module)
-----------------------------------------------------------------------------
@@ -36,6 +36,7 @@ data Ident =
| IV (Int,String) -- ^ /INTERNAL/ variable
| IA (String,Int) -- ^ /INTERNAL/ argument of cat at position
| IAV (String,Int,Int) -- ^ /INTERNAL/ argument of cat with bindings at position
+--
deriving (Eq, Ord, Show, Read)