Jason Dusek wrote:
> > :info System.Posix.Env.getEnvironment
> System.Posix.Env.getEnvironment :: IO [(String, String)]
>         -- Defined in System.Posix.Env
> 
> But there is no law that environment variables must be made of
> characters:

The recent ghc release provides
System.Posix.Env.ByteString.getEnvironment :: IO [(ByteString, ByteString)]

-- 
see shy jo

Attachment: signature.asc
Description: Digital signature

_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to