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

System.OsString.Compat.Windows

Synopsis

Documentation

newtype WindowsString #

Commonly used windows string as wide character bytes.

Instances

Instances details
Data WindowsString Source # 
Instance details

Defined in System.OsString.Compat.Windows

Methods

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

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

toConstr :: WindowsString -> Constr #

dataTypeOf :: WindowsString -> DataType #

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

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

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

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

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

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

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

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

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

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

Monoid WindowsString 
Instance details

Defined in System.OsString.Internal.Types

Semigroup WindowsString 
Instance details

Defined in System.OsString.Internal.Types

Generic WindowsString 
Instance details

Defined in System.OsString.Internal.Types

Associated Types

type Rep WindowsString :: Type -> Type #

Show WindowsString

Decodes as UCS-2.

Instance details

Defined in System.OsString.Internal.Types

NFData WindowsString 
Instance details

Defined in System.OsString.Internal.Types

Methods

rnf :: WindowsString -> () #

Eq WindowsString 
Instance details

Defined in System.OsString.Internal.Types

Ord WindowsString 
Instance details

Defined in System.OsString.Internal.Types

Lift WindowsString 
Instance details

Defined in System.OsString.Internal.Types

Methods

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

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

type Rep WindowsString 
Instance details

Defined in System.OsString.Internal.Types

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

newtype WindowsChar #

Constructors

WindowsChar 

Instances

Instances details
Generic WindowsChar 
Instance details

Defined in System.OsString.Internal.Types

Associated Types

type Rep WindowsChar :: Type -> Type #

Show WindowsChar 
Instance details

Defined in System.OsString.Internal.Types

NFData WindowsChar 
Instance details

Defined in System.OsString.Internal.Types

Methods

rnf :: WindowsChar -> () #

Eq WindowsChar 
Instance details

Defined in System.OsString.Internal.Types

Ord WindowsChar 
Instance details

Defined in System.OsString.Internal.Types

type Rep WindowsChar 
Instance details

Defined in System.OsString.Internal.Types

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

Orphan instances

Data WindowsString Source # 
Instance details

Methods

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

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

toConstr :: WindowsString -> Constr #

dataTypeOf :: WindowsString -> DataType #

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

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

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

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

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

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

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

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

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

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