| Copyright | (c) NoviSci Inc 2020 |
|---|---|
| License | BSD3 |
| Maintainer | bsaul@novisci.com |
| Safe Haskell | Trustworthy |
| Language | Haskell2010 |
EventData.Context.Domain
Description
Documentation
Constructors
| Demographics DemographicsFacts | |
| UnimplementedDomain () |
Instances
| Eq Domain Source # | |
| Show Domain Source # | |
| Generic Domain Source # | |
| FromJSON Domain Source # | |
| type Rep Domain Source # | |
Defined in EventData.Context.Domain type Rep Domain = D1 ('MetaData "Domain" "EventData.Context.Domain" "hasklepias-0.8.3-4JckWWC7OnJ2c8iMNmwmkn" 'False) (C1 ('MetaCons "Demographics" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 DemographicsFacts)) :+: C1 ('MetaCons "UnimplementedDomain" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 ()))) | |