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 1f7c4014e..5469f12ac 100644 --- a/src/compiler/GF/Command/Abstract.hs +++ b/src/compiler/GF/Command/Abstract.hs @@ -1,7 +1,7 @@ module GF.Command.Abstract where -import PGF.CId -import PGF.Data +import PGF.CId(CId,mkCId) +import PGF.Data(Expr) type Ident = String |
