{-# LANGUAGE FlexibleContexts #-} module Control.CUtils.Channel (Channel, module Control.Concurrent.Chan) where import Control.Concurrent.Chan type Channel = Chan