Copyright | (C) 2013 Amgen Inc. |
---|---|
Safe Haskell | None |
Language | Haskell2010 |
Data.Vector.SEXP.Base
Description
Documentation
type family ElemRep s (a :: SEXPTYPE) where ... Source #
Function from R types to the types of the representations of each element in the vector.
type E s (a :: SEXPTYPE) b = ElemRep s a ~ b Source #
ElemRep
in the form of a relation, for convenience.