Return multiple statements instead of a block.
authorMatthijs Kooijman <m.kooijman@student.utwente.nl>
Tue, 23 Jun 2009 10:08:08 +0000 (12:08 +0200)
committerMatthijs Kooijman <m.kooijman@student.utwente.nl>
Tue, 23 Jun 2009 10:08:08 +0000 (12:08 +0200)
commitf48b311f77a6d1cb8b35376c655dff771a42fc5b
treecb11ecdcfc7495ba4664504dad9c76a8fd783362
parenta5a073e51209d741f9c7d2323df8e2c4571e86e6
Return multiple statements instead of a block.

The AST had some troubles outputting a block statement with no ports, so
we'll just drop the block now that mkConcSm can return multiple
statements.
VHDL.hs