ghci-dap-0.0.21.0: ghci-dap is a GHCi having DAP interface.
Safe HaskellSafe-Inferred
LanguageHaskell2010

GHCi.DAP

Synopsis

Documentation

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.