Module
Simple.JSON.Generics.UntaggedProductRep
- Package
- purescript-simple-json-generics
- Repository
- justinwoo/purescript-simple-json-generics
#untaggedProductRep Source
untaggedProductRep :: forall a rep. Generic a rep => GenericUntaggedProductRep rep => Foreign -> F a
#GenericUntaggedProductRep Source
class GenericUntaggedProductRep rep where
Generic Untagged Product Representations, as a heterogeneous fixed-length array You should consider using records instead in almost any usage.
Members
genericUntaggedProductRep :: Offset -> Foreign -> F rep
Instances
(GenericUntaggedProductRep a) => GenericUntaggedProductRep (Constructor name a)
(ReadForeign a) => GenericUntaggedProductRep (Argument a)
(GenericUntaggedProductRep a, GenericUntaggedProductRep b) => GenericUntaggedProductRep (Product a b)