Add a modFunc function to edit a function in the session.
[matthijs/master-project/cλash.git] / VHDL.hs
diff --git a/VHDL.hs b/VHDL.hs
index ae7dfc9bfd42f360fa70f0beb8526770dfc5c01f..c5e7cbc5e18187d19f430ed07c7dcb6b25fd849d 100644 (file)
--- a/VHDL.hs
+++ b/VHDL.hs
@@ -11,7 +11,6 @@ import qualified Maybe
 import Outputable ( showSDoc, ppr )
 import qualified ForSyDe.Backend.VHDL.AST as AST
 
-
 -- | The VHDL Bit type
 bit_ty :: AST.TypeMark
 bit_ty = AST.unsafeVHDLBasicId "Bit"
@@ -37,4 +36,3 @@ vhdl_ty_maybe ty =
 -- Shortcut
 mkVHDLId :: String -> AST.VHDLId
 mkVHDLId = AST.unsafeVHDLBasicId
-