Module

Yoga.JSON.Generics.UntaggedSumRep

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

#genericReadForeignUntaggedSum Source

#ReadGenericUntaggedSumRep Source

class ReadGenericUntaggedSumRep rep  where

Generic Untagged Sum Representations Note that because the members are untagged, you should verify your members are not the same type

Members

Instances

#genericWriteForeignUntaggedSum Source

#WriteGenericUntaggedSumRep Source

class WriteGenericUntaggedSumRep rep  where

Generic Untagged Sum Representations Note that because the members are untagged, you should verify your members are not the same type

Members

Instances