Rename VHDLState to TranslatorState.
[matthijs/master-project/cλash.git] / Pretty.hs
index eb8378c6c1e1f03e640ac9ec575c5d89229851b0..edfe05b41be06c8c74519af88a8752b00f746dc9 100644 (file)
--- a/Pretty.hs
+++ b/Pretty.hs
@@ -96,7 +96,7 @@ instance Pretty SigUse where
   pPrint (SigStateNew n) = text "SN:" <> int n
   pPrint SigSubState = text "s"
 
-instance Pretty VHDLSession where
+instance Pretty TranslatorSession where
   pPrint (VHDLSession mod nameCount funcs) =
     text "Module: " $$ nest 15 (text modname)
     $+$ text "NameCount: " $$ nest 15 (int nameCount)