marvin-0.0.9: A modular chat bot

Safe HaskellNone
LanguageHaskell2010

Marvin.Adapter.Telegram

Documentation

class HasId_ s a | s -> a where Source #

Minimal complete definition

id_

Methods

id_ :: Lens' s a Source #

class HasType_ s a | s -> a where Source #

Minimal complete definition

type_

Methods

type_ :: Lens' s a Source #