| Safe Haskell | Safe |
|---|---|
| Language | Haskell2010 |
GraphMod.Args
Documentation
Constructors
| Opts | |
Fields
| |
default_opts :: Opts Source #
data IgnoreSpec Source #
Constructors
| IgnoreAll | |
| IgnoreSome [String] |
Instances
| Show IgnoreSpec Source # | |
Defined in GraphMod.Args Methods showsPrec :: Int -> IgnoreSpec -> ShowS # show :: IgnoreSpec -> String # showList :: [IgnoreSpec] -> ShowS # | |