summaryrefslogtreecommitdiff
path: root/src/GF/Grammar/Printer.hs
diff options
context:
space:
mode:
authorkrasimir <krasimir@chalmers.se>2009-09-17 14:32:20 +0000
committerkrasimir <krasimir@chalmers.se>2009-09-17 14:32:20 +0000
commitbd2f46583c058e427bbacd6dbcfc1a0ccdf25718 (patch)
tree1acc1b004c800f4c39b28ab34db148e72b35c0d7 /src/GF/Grammar/Printer.hs
parent49ca46d95835a74ec581431e668612b3b3589350 (diff)
remove the transfer modules. We don't need anything special, a transfer module is module without concrete syntax
Diffstat (limited to 'src/GF/Grammar/Printer.hs')
-rw-r--r--src/GF/Grammar/Printer.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/GF/Grammar/Printer.hs b/src/GF/Grammar/Printer.hs
index a5beec99a..9e760b4fd 100644
--- a/src/GF/Grammar/Printer.hs
+++ b/src/GF/Grammar/Printer.hs
@@ -58,7 +58,6 @@ ppModule q (mn, ModInfo mtype mstat opts exts with opens _ jments _) =
modTypeDoc =
case mtype of
MTAbstract -> text "abstract" <+> ppIdent mn
- MTTransfer src dst -> text "transfer" <+> ppIdent mn <+> colon <+> ppOpenSpec src <+> text "->" <+> ppOpenSpec dst
MTResource -> text "resource" <+> ppIdent mn
MTConcrete abs -> text "concrete" <+> ppIdent mn <+> text "of" <+> ppIdent abs
MTInterface -> text "interface" <+> ppIdent mn