diff options
| author | aarne <unknown> | 2005-09-04 10:45:37 +0000 |
|---|---|---|
| committer | aarne <unknown> | 2005-09-04 10:45:37 +0000 |
| commit | 1a9a2ceaea22bca18424755becd4cb40e751a22b (patch) | |
| tree | e28463224d0d3d8c8ebb2be73a9026d07ecde905 /src/GF/Grammar | |
| parent | 6a01681d73102e6034bfd864a3cb674b54fc07ec (diff) | |
stat; type of imperatives in lib/resource
Diffstat (limited to 'src/GF/Grammar')
| -rw-r--r-- | src/GF/Grammar/PrGrammar.hs | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/GF/Grammar/PrGrammar.hs b/src/GF/Grammar/PrGrammar.hs index a5471d6ea..905eb39f4 100644 --- a/src/GF/Grammar/PrGrammar.hs +++ b/src/GF/Grammar/PrGrammar.hs @@ -5,9 +5,9 @@ -- Stability : (stable) -- Portability : (portable) -- --- > CVS $Date: 2005/05/30 18:39:44 $ +-- > CVS $Date: 2005/09/04 11:45:38 $ -- > CVS $Author: aarne $ --- > CVS $Revision: 1.15 $ +-- > CVS $Revision: 1.16 $ -- -- AR 7\/12\/1999 - 1\/4\/2000 - 10\/5\/2003 -- @@ -107,6 +107,7 @@ instance Print A.Case where prt = C.printTree instance Print A.CType where prt = C.printTree instance Print A.Label where prt = C.printTree instance Print A.Module where prt = C.printTree +instance Print A.Def where prt = C.printTree instance Print A.Canon where prt = C.printTree instance Print A.Sort where prt = C.printTree |
