pythia-0.1: A utility program for retrieving system information.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Pythia.Data.Command

Description

This module provides the Command type.

Since: 0.1

Synopsis

Documentation

newtype Command Source #

Newtype wrapper over a shell command.

Since: 0.1

Constructors

MkCommand 

Fields

Instances

Instances details
IsString Command Source #

Since: 0.1

Instance details

Defined in Pythia.Data.Command

Methods

fromString :: String -> Command #

Generic Command Source # 
Instance details

Defined in Pythia.Data.Command

Associated Types

type Rep Command :: Type -> Type #

Methods

from :: Command -> Rep Command x #

to :: Rep Command x -> Command #

Show Command Source #

Since: 0.1

Instance details

Defined in Pythia.Data.Command

NFData Command Source #

Since: 0.1

Instance details

Defined in Pythia.Data.Command

Methods

rnf :: Command -> () #

Eq Command Source #

Since: 0.1

Instance details

Defined in Pythia.Data.Command

Methods

(==) :: Command -> Command -> Bool #

(/=) :: Command -> Command -> Bool #

Ord Command Source #

Since: 0.1

Instance details

Defined in Pythia.Data.Command

(k ~ An_Iso, a ~ Text, b ~ Text) => LabelOptic "unCommand" k Command Command a b Source #

Since: 0.1

Instance details

Defined in Pythia.Data.Command

type Rep Command Source #

Since: 0.1

Instance details

Defined in Pythia.Data.Command

type Rep Command = D1 ('MetaData "Command" "Pythia.Data.Command" "pythia-0.1-inplace" 'True) (C1 ('MetaCons "MkCommand" 'PrefixI 'True) (S1 ('MetaSel ('Just "unCommand") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))