ble-0.3.4.0: Bluetooth Low Energy (BLE) peripherals

Safe HaskellNone
LanguageHaskell2010

Bluetooth.Internal.Utils

Documentation

class ToText a where Source #

Minimal complete definition

toText

Methods

toText :: Lens' a Text Source #

class FromText a where Source #

Minimal complete definition

fromText

Methods

fromText :: Lens' Text a Source #