ble-0.1.0.0: Bluetooth Low Energy (BLE) peripherals

Safe HaskellNone
LanguageHaskell2010

Bluetooth.Internal.Utils

Documentation

class ToText a where Source

Methods

toText :: Lens' a Text Source

class FromText a where Source