telega-0.1.3: Network/Telegram/API/Bot/Access.hs
module Network.Telegram.API.Bot.Access (Access (..)) where import "lens" Control.Lens (Lens') class Access target source where access :: Lens' source target
module Network.Telegram.API.Bot.Access (Access (..)) where import "lens" Control.Lens (Lens') class Access target source where access :: Lens' source target