GHCi.DAP
encode :: Show a => a -> String Source #
Encode DAP Request Argument to [Word8] Show String.
decode :: Read a => String -> Either String a Source #
Decode [Word8] Show String to DAP Request Argument.