simpleirc-lens-0.2.0.0: Lenses for simpleirc types

Copyright(C) 2014 Ricky Elrod
LicenseBSD-style (see the file LICENSE)
MaintainerRicky Elrod <ricky@elrod.me>
Stabilityprovisional
Portabilityportable
Safe HaskellNone
LanguageHaskell2010

Network.SimpleIRC.Core.Lens

Contents

Description

This module provides lenses for types in Network.SimpleIRC.Core.

Synopsis

IrcConfig

port :: Functor f => (Int -> f Int) -> IrcConfig -> f IrcConfig Source #