packages feed

clash-lib-0.99: src/Clash/Core/TyCon.hs-boot

{-|
  Copyright   :  (C) 2012-2016, University of Twente
  License     :  BSD2 (see the file LICENSE)
  Maintainer  :  Christiaan Baaij <christiaan.baaij@gmail.com>
-}

module Clash.Core.TyCon where

import Clash.Core.Name (Name, OccName)

data TyCon
type TyConName = Name TyCon
type TyConOccName = OccName TyCon