| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
OpenAI.V1.AutoOr
Contents
Description
The AutoOr type constructor
Types
A type that can also be the string "auto"
Instances
| FromJSON a => FromJSON (AutoOr a) Source # | |
Defined in OpenAI.V1.AutoOr | |
| ToJSON a => ToJSON (AutoOr a) Source # | |
| IsString a => IsString (AutoOr a) Source # | |
Defined in OpenAI.V1.AutoOr Methods fromString :: String -> AutoOr a # | |
| Generic (AutoOr a) Source # | |
| Show a => Show (AutoOr a) Source # | |
| type Rep (AutoOr a) Source # | |
Defined in OpenAI.V1.AutoOr type Rep (AutoOr a) = D1 ('MetaData "AutoOr" "OpenAI.V1.AutoOr" "openai-1.0.0-DWUl3td9tpcnv1wfBaSVp" 'False) (C1 ('MetaCons "Auto" 'PrefixI 'False) (U1 :: Type -> Type) :+: C1 ('MetaCons "Specific" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 a))) | |