Module

Simple.JSON.Generics.TaggedSumRep

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

#taggedSumRep Source

taggedSumRep :: forall rep a. Generic a rep => GenericTaggedSumRep rep => Foreign -> F a

#GenericTaggedSumRep Source

class GenericTaggedSumRep rep  where

Generic Tagged Sum Representations, tagged with a "type" field

Members

Instances