diff options
Diffstat (limited to 'src/compiler/GF/Command/Abstract.hs')
| -rw-r--r-- | src/compiler/GF/Command/Abstract.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/compiler/GF/Command/Abstract.hs b/src/compiler/GF/Command/Abstract.hs index 8b7b824f0..5035a33d3 100644 --- a/src/compiler/GF/Command/Abstract.hs +++ b/src/compiler/GF/Command/Abstract.hs @@ -1,6 +1,6 @@ -module GF.Command.Abstract where +module GF.Command.Abstract(module GF.Command.Abstract,Expr,showExpr) where -import PGF(CId,mkCId,Expr) +import PGF(CId,mkCId,Expr,showExpr) type Ident = String |
