From 2b059b811db03a53e8e0f8ec1a655e507851a995 Mon Sep 17 00:00:00 2001 From: peb Date: Mon, 9 May 2005 08:25:56 +0000 Subject: "Committed_by_peb" --- src/GF/Formalism/GCFG.hs | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'src/GF/Formalism/GCFG.hs') diff --git a/src/GF/Formalism/GCFG.hs b/src/GF/Formalism/GCFG.hs index 32ba2cedb..1248208c0 100644 --- a/src/GF/Formalism/GCFG.hs +++ b/src/GF/Formalism/GCFG.hs @@ -4,9 +4,9 @@ -- Stability : (stable) -- Portability : (portable) -- --- > CVS $Date: 2005/04/20 12:49:44 $ +-- > CVS $Date: 2005/05/09 09:28:44 $ -- > CVS $Author: peb $ --- > CVS $Revision: 1.2 $ +-- > CVS $Revision: 1.3 $ -- -- Basic GCFG formalism (derived from Pollard 1984) ----------------------------------------------------------------------------- @@ -45,6 +45,7 @@ instance (Print c, Print n) => Print (Abstract c n) where else " -> " ++ prtSep " " args ) instance (Print l, Print t) => Print (Concrete l t) where - prt (Cnc lcat args term) = prt term ++ " : " ++ prt lcat ++ - ( if null args then "" - else " / " ++ prtSep " " args) + prt (Cnc lcat args term) = prt term + ++ " : " ++ prt lcat ++ + ( if null args then "" + else " / " ++ prtSep " " args) -- cgit v1.2.3