| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Patrol.Type.DebugImage
Documentation
data DebugImage Source #
Constructors
| Apple AppleDebugImage | |
| Native NativeDebugImage | |
| Proguard ProguardDebugImage | |
| Other (Map Text Value) |
Instances
| ToJSON DebugImage Source # | |
Defined in Patrol.Type.DebugImage Methods toJSON :: DebugImage -> Value # toEncoding :: DebugImage -> Encoding # toJSONList :: [DebugImage] -> Value # toEncodingList :: [DebugImage] -> Encoding # | |
| Show DebugImage Source # | |
Defined in Patrol.Type.DebugImage Methods showsPrec :: Int -> DebugImage -> ShowS # show :: DebugImage -> String # showList :: [DebugImage] -> ShowS # | |
| Eq DebugImage Source # | |
Defined in Patrol.Type.DebugImage | |