| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
System.OsString.Compat.Posix
Contents
Synopsis
- newtype PosixString = PosixString {}
- newtype PosixChar = PosixChar {}
- module System.OsString.Posix
Documentation
newtype PosixString Source #
Commonly used Posix string as uninterpreted char[]
array.
Constructors
| PosixString | |
Fields | |
Instances
Constructors
| PosixChar | |
Fields | |
Instances
| NFData PosixChar | |||||
Defined in System.OsString.Internal.Types | |||||
| Generic PosixChar | |||||
Defined in System.OsString.Internal.Types Associated Types
| |||||
| Show PosixChar | |||||
| Eq PosixChar | |||||
| Ord PosixChar | |||||
Defined in System.OsString.Internal.Types | |||||
| type Rep PosixChar | |||||
Defined in System.OsString.Internal.Types | |||||
module System.OsString.Posix
Orphan instances
| Data PosixString Source # | |
Methods gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> PosixString -> c PosixString Source # gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c PosixString Source # toConstr :: PosixString -> Constr Source # dataTypeOf :: PosixString -> DataType Source # dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c PosixString) Source # dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c PosixString) Source # gmapT :: (forall b. Data b => b -> b) -> PosixString -> PosixString Source # gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> PosixString -> r Source # gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> PosixString -> r Source # gmapQ :: (forall d. Data d => d -> u) -> PosixString -> [u] Source # gmapQi :: Int -> (forall d. Data d => d -> u) -> PosixString -> u Source # gmapM :: Monad m => (forall d. Data d => d -> m d) -> PosixString -> m PosixString Source # gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> PosixString -> m PosixString Source # gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> PosixString -> m PosixString Source # | |