Matthewar / ASV

A Haskell VHDL Simulation Tool
GNU General Public License v3.0
0 stars 0 forks source link

Manager.Args location #20

Open Matthewar opened 6 years ago

Matthewar commented 6 years ago

This module is currently used in two locations, library and executable, however only the type is used in both, the majority of the module is for passing/processing arguments to the executable.

Should this file be split and some placed into the executable section IE app rather than src - the part in question is a data structure so shouldn't require testing via the cabal test-suite.