libriscv-0.1.0.0: A versatile, flexible and executable formal model for the RISC-V architecture.
Safe HaskellSafe-Inferred
LanguageHaskell2010

LibRISCV.CmdLine

Description

Implementation of common command-line arguments using optparse-applicative.

Synopsis

Documentation

data BasicArgs Source #

BasicArgs can be combined/extended with additional parsers using the <*> applicative operator provided by Options.Applicative.

Constructors

BasicArgs 

Fields