inline-r-0.10.3: Seamlessly call R from Haskell and vice versa. No FFI required.
Copyright(C) 2013 Amgen Inc.
Safe HaskellNone
LanguageHaskell2010

Language.R.Debug

Description

Debugging facilities, in particular to analyze the internal structure of a SEXP as structured JSON.

This module is intended to be imported qualified.

Documentation

Orphan instances

ToJSON SEXPTYPE Source # 
Instance details

ToJSON SEXPInfo Source # 
Instance details

ToJSON a => ToJSON (Complex a) Source # 
Instance details

ToJSON (SomeSEXP s) Source # 
Instance details

ToJSON (SEXP s a) Source # 
Instance details

Methods

toJSON :: SEXP s a -> Value #

toEncoding :: SEXP s a -> Encoding #

toJSONList :: [SEXP s a] -> Value #

toEncodingList :: [SEXP s a] -> Encoding #