| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Hasura.Base.Instances
Contents
Description
This module defines all missing instances of third party libraries.
Orphan instances
| NFData URLTemplate Source # | |
Methods rnf :: URLTemplate -> () # | |
| NFData TemplateItem Source # | |
Methods rnf :: TemplateItem -> () # | |
| NFData Variable Source # | |
| NFData CronSchedule Source # | |
| NFData BaseField Source # | |
| NFData CronField Source # | |
| NFData DayOfMonthSpec Source # | |
| NFData DayOfWeekSpec Source # | |
| NFData HourSpec Source # | |
| NFData MinuteSpec Source # | |
| NFData MonthSpec Source # | |
| NFData RangeField Source # | |
| NFData SpecificField Source # | |
| NFData StepField Source # | |
| FromJSON CronSchedule Source # | |
| ToJSONKey Void Source # | |
| ToJSON CronSchedule Source # | |
Methods toJSON :: CronSchedule -> Value toEncoding :: CronSchedule -> Encoding toJSONList :: [CronSchedule] -> Value toEncodingList :: [CronSchedule] -> Encoding | |
| FromCol CronSchedule Source # | |
Methods fromCol :: Maybe ByteString -> Either Text CronSchedule | |
| ToPrepArg CronSchedule Source # | |
Methods toPrepVal :: CronSchedule -> PrepArg | |
| Lift CompOption Source # | |
| Lift ExecOption Source # | |
| Lift DoPa Source # | |
| Lift Pattern Source # | |
| Lift PatternSet Source # | |
| Lift PatternSetCharacterClass Source # | |
| Lift PatternSetCollatingElement Source # | |
| Lift PatternSetEquivalenceClass Source # | |
| Lift a => Lift (HashSet a :: Type) Source # | |
| (Lift k, Lift v) => Lift (HashMap k v :: Type) Source # | |
| (GCompare f, GCompare g) => GCompare (Product f g :: Type -> Type) Source # | |
| (Monoid d, MonadFix m) => MonadFix (DeclareT d m) Source # | |