Module

Simple.JSON.Generics.UntaggedSumRep

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

#untaggedSumRep Source

untaggedSumRep :: forall rep a. Generic a rep => GenericUntaggedSumRep rep => Foreign -> F a

#GenericUntaggedSumRep Source

class GenericUntaggedSumRep 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