Copyright | Copyright 2017 Awake Security |
---|---|
License | Apache-2.0 |
Maintainer | opensource@awakesecurity.com |
Stability | experimental |
Safe Haskell | None |
Language | Haskell2010 |
Language.Ninja.Misc.Command0.1.0
Description
A datatype representing a POSIX sh
command line.
- data Command
- makeCommand :: Text -> Command
- commandText :: Iso' Command Text
Documentation
This type represents a POSIX sh
command line.
Instances
Eq Command | #Source | |
Ord Command | #Source | |
Read Command | #Source | |
Show Command | #Source | |
Generic Command | #Source | |
Hashable Command | #Source | |
ToJSON Command | #Source | |
FromJSON Command | #Source | |
NFData Command | #Source | |
(Monad m, Serial m Text) => Serial m Command | #Source | Uses the underlying |
(Monad m, CoSerial m Text) => CoSerial m Command | #Source | Uses the underlying |
type Rep Command | #Source | |