path-0.9.6: Support for well-typed paths
Safe HaskellSafe-Inferred
LanguageHaskell2010

System.OsString.Compat.Posix

Synopsis

Documentation

newtype PosixString #

Commonly used Posix string as uninterpreted char[] array.

Instances

Instances details
Data PosixString Source # 
Instance details

Defined in System.OsString.Compat.Posix

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> PosixString -> c PosixString #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c PosixString #

toConstr :: PosixString -> Constr #

dataTypeOf :: PosixString -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c PosixString) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c PosixString) #

gmapT :: (forall b. Data b => b -> b) -> PosixString -> PosixString #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> PosixString -> r #

gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> PosixString -> r #

gmapQ :: (forall d. Data d => d -> u) -> PosixString -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> PosixString -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> PosixString -> m PosixString #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> PosixString -> m PosixString #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> PosixString -> m PosixString #

Monoid PosixString 
Instance details

Defined in System.OsString.Internal.Types

Semigroup PosixString 
Instance details

Defined in System.OsString.Internal.Types

Generic PosixString 
Instance details

Defined in System.OsString.Internal.Types

Associated Types

type Rep PosixString :: Type -> Type #

Show PosixString

Prints the raw bytes without decoding.

Instance details

Defined in System.OsString.Internal.Types

NFData PosixString 
Instance details

Defined in System.OsString.Internal.Types

Methods

rnf :: PosixString -> () #

Eq PosixString 
Instance details

Defined in System.OsString.Internal.Types

Ord PosixString 
Instance details

Defined in System.OsString.Internal.Types

Lift PosixString 
Instance details

Defined in System.OsString.Internal.Types

Methods

lift :: Quote m => PosixString -> m Exp #

liftTyped :: forall (m :: Type -> Type). Quote m => PosixString -> Code m PosixString #

type Rep PosixString 
Instance details

Defined in System.OsString.Internal.Types

type Rep PosixString = D1 ('MetaData "PosixString" "System.OsString.Internal.Types" "os-string-2.0.6-2OmUDlLsmAg6gqErIJ1PFn" 'True) (C1 ('MetaCons "PosixString" 'PrefixI 'True) (S1 ('MetaSel ('Just "getPosixString") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 ShortByteString)))

newtype PosixChar #

Constructors

PosixChar 

Fields

Instances

Instances details
Generic PosixChar 
Instance details

Defined in System.OsString.Internal.Types

Associated Types

type Rep PosixChar :: Type -> Type #

Show PosixChar 
Instance details

Defined in System.OsString.Internal.Types

NFData PosixChar 
Instance details

Defined in System.OsString.Internal.Types

Methods

rnf :: PosixChar -> () #

Eq PosixChar 
Instance details

Defined in System.OsString.Internal.Types

Ord PosixChar 
Instance details

Defined in System.OsString.Internal.Types

type Rep PosixChar 
Instance details

Defined in System.OsString.Internal.Types

type Rep PosixChar = D1 ('MetaData "PosixChar" "System.OsString.Internal.Types" "os-string-2.0.6-2OmUDlLsmAg6gqErIJ1PFn" 'True) (C1 ('MetaCons "PosixChar" 'PrefixI 'True) (S1 ('MetaSel ('Just "getPosixChar") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Word8)))

Orphan instances

Data PosixString Source # 
Instance details

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> PosixString -> c PosixString #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c PosixString #

toConstr :: PosixString -> Constr #

dataTypeOf :: PosixString -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c PosixString) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c PosixString) #

gmapT :: (forall b. Data b => b -> b) -> PosixString -> PosixString #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> PosixString -> r #

gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> PosixString -> r #

gmapQ :: (forall d. Data d => d -> u) -> PosixString -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> PosixString -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> PosixString -> m PosixString #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> PosixString -> m PosixString #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> PosixString -> m PosixString #