packages feed

ConcurrentUtils-0.4.5.0: Control/CUtils/Channel.hs

{-# LANGUAGE FlexibleContexts #-}

module Control.CUtils.Channel (Channel, module Control.Concurrent.Chan) where

import Control.Concurrent.Chan

type Channel = Chan