diff options
| author | aarne <unknown> | 2005-10-02 19:50:19 +0000 |
|---|---|---|
| committer | aarne <unknown> | 2005-10-02 19:50:19 +0000 |
| commit | 1ea059cdcbce96d4198c42eee16be151549606cc (patch) | |
| tree | caa48299605c3ace4b76fe58679aa57d51ede768 /src/GF/Grammar/Macros.hs | |
| parent | 1db8b90811b280a61acb3dc2961fe1ef45c6a2fb (diff) | |
def and List
Diffstat (limited to 'src/GF/Grammar/Macros.hs')
| -rw-r--r-- | src/GF/Grammar/Macros.hs | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/GF/Grammar/Macros.hs b/src/GF/Grammar/Macros.hs index 746526c85..6f0ee3335 100644 --- a/src/GF/Grammar/Macros.hs +++ b/src/GF/Grammar/Macros.hs @@ -5,9 +5,9 @@ -- Stability : (stable) -- Portability : (portable) -- --- > CVS $Date: 2005/06/03 21:51:58 $ +-- > CVS $Date: 2005/10/02 20:50:19 $ -- > CVS $Author: aarne $ --- > CVS $Revision: 1.22 $ +-- > CVS $Revision: 1.23 $ -- -- Macros for constructing and analysing source code terms. -- @@ -655,6 +655,10 @@ composOp co trm = i' <- changeTableType co i return (TSh i' cc') + Eqs cc -> + do cc' <- mapPairListM (co . snd) cc + return (Eqs cc') + V ty vs -> do ty' <- co ty vs' <- mapM co vs |
