Module

Simple.JSON.Generics.UntaggedProductRep

Package
simple-json-generics
Repository
justinwoo/purescript-simple-json-generics

#untaggedProductRep Source

untaggedProductRep :: forall a rep. Generic a rep => GenericUntaggedProductRep rep => Foreign -> F a

#Offset Source

type Offset = Int

#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

Instances