| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
System.OsString.Compat.Windows
Contents
Synopsis
- newtype WindowsString = WindowsString {}
- newtype WindowsChar = WindowsChar {}
- module System.OsString.Windows
Documentation
newtype WindowsString Source #
Commonly used windows string as wide character bytes.
Constructors
| WindowsString | |
Fields | |
Instances
newtype WindowsChar Source #
Constructors
| WindowsChar | |
Fields | |
Instances
| NFData WindowsChar | |||||
Defined in System.OsString.Internal.Types Methods rnf :: WindowsChar -> () Source # | |||||
| Generic WindowsChar | |||||
Defined in System.OsString.Internal.Types Associated Types
Methods from :: WindowsChar -> Rep WindowsChar x Source # to :: Rep WindowsChar x -> WindowsChar Source # | |||||
| Show WindowsChar | |||||
Defined in System.OsString.Internal.Types | |||||
| Eq WindowsChar | |||||
Defined in System.OsString.Internal.Types Methods (==) :: WindowsChar -> WindowsChar -> Bool Source # (/=) :: WindowsChar -> WindowsChar -> Bool Source # | |||||
| Ord WindowsChar | |||||
Defined in System.OsString.Internal.Types Methods compare :: WindowsChar -> WindowsChar -> Ordering Source # (<) :: WindowsChar -> WindowsChar -> Bool Source # (<=) :: WindowsChar -> WindowsChar -> Bool Source # (>) :: WindowsChar -> WindowsChar -> Bool Source # (>=) :: WindowsChar -> WindowsChar -> Bool Source # max :: WindowsChar -> WindowsChar -> WindowsChar Source # min :: WindowsChar -> WindowsChar -> WindowsChar Source # | |||||
| type Rep WindowsChar | |||||
Defined in System.OsString.Internal.Types type Rep WindowsChar = D1 ('MetaData "WindowsChar" "System.OsString.Internal.Types" "os-string-2.0.7-inplace" 'True) (C1 ('MetaCons "WindowsChar" 'PrefixI 'True) (S1 ('MetaSel ('Just "getWindowsChar") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Word16))) | |||||
module System.OsString.Windows
Orphan instances
| Data WindowsString Source # | |
Methods gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> WindowsString -> c WindowsString Source # gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c WindowsString Source # toConstr :: WindowsString -> Constr Source # dataTypeOf :: WindowsString -> DataType Source # dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c WindowsString) Source # dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c WindowsString) Source # gmapT :: (forall b. Data b => b -> b) -> WindowsString -> WindowsString Source # gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> WindowsString -> r Source # gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> WindowsString -> r Source # gmapQ :: (forall d. Data d => d -> u) -> WindowsString -> [u] Source # gmapQi :: Int -> (forall d. Data d => d -> u) -> WindowsString -> u Source # gmapM :: Monad m => (forall d. Data d => d -> m d) -> WindowsString -> m WindowsString Source # gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> WindowsString -> m WindowsString Source # gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> WindowsString -> m WindowsString Source # | |