Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Orphan instances
FromJSON ConstitutionConfig Source # | |
parseJSON ∷ Value → Parser ConstitutionConfig parseJSONList ∷ Value → Parser [ConstitutionConfig] | |
FromJSON PredKey Source # | |
parseJSON ∷ Value → Parser PredKey parseJSONList ∷ Value → Parser [PredKey] | |
FromJSONKey PredKey Source # | |
fromJSONKey ∷ FromJSONKeyFunction PredKey fromJSONKeyList ∷ FromJSONKeyFunction [PredKey] | |
FromJSON a ⇒ FromJSON (Predicates a) Source # | |
parseJSON ∷ Value → Parser (Predicates a) parseJSONList ∷ Value → Parser [Predicates a] omittedField ∷ Maybe (Predicates a) |