haskell-ssh icon indicating copy to clipboard operation
haskell-ssh copied to clipboard

Extract ByteString from Name?

Open rickynils opened this issue 6 years ago • 0 comments

It seems the Network.SSH.Name type is a bit too closed. How can convert a Name to some string representation?

If I, for example, want to query a database for a user name, I can't do it with a Name value.

rickynils avatar May 29 '19 08:05 rickynils