Module

Yoga.JSON.Generics.UntaggedProductRep

Package
purescript-yoga-json
Repository
rowtype-yoga/purescript-yoga-json

#genericReadForeignUntaggedProduct Source

#Offset Source

type Offset = Int

#ReadGenericUntaggedProduct Source

class ReadGenericUntaggedProduct rep  where

Generic Untagged Product Representations, as a heterogeneous fixed-length array You should consider using records instead in almost any usage.

Members

Instances

#genericWriteForeignUntaggedProduct Source

#WriteGenericUntaggedProduct Source

class WriteGenericUntaggedProduct rep  where

Generic Untagged Product Representations, as a heterogeneous fixed-length array You should consider using records instead in almost any usage.

Members

Instances