| Copyright | (c) Dominik Schrempf 2018 |
|---|---|
| License | GPL-3 |
| Maintainer | dominik.schrempf@gmail.com |
| Stability | unstable |
| Portability | portable |
| Safe Haskell | None |
| Language | Haskell2010 |
SubSample.Options
Description
Creation date: Sun Oct 7 17:29:45 2018.
Synopsis
Documentation
data SubSampleArguments Source #
Data structure holding the Command line arguments.
Constructors
| SubSampleArguments | |
type SubSample = LoggingT (ReaderT SubSampleArguments IO) Source #
The sub sample command can log stuff and read necessary arguments.
subSampleArguments :: Parser SubSampleArguments Source #
Sub command parser.