module CLaSH.Core.TyCon where import Unbound.LocallyNameless (Name) data TyCon type TyConName = Name TyCon