sdr-0.1.0.2: A software defined radio library

Safe HaskellSafe
LanguageHaskell2010

SDR.ArgUtils

Description

Utilities for parsing command line arguments that might be useful when writing a SDR application. Uses the optparse-applicative library.

Synopsis

Documentation

parseSize :: ReadM Integer Source

Parse a number that may have a decimal point and a suffix, e.g. 2.56M