Safe Haskell | None |
---|---|
Language | Haskell2010 |
Agda.Interaction.JSONTop
Contents
Documentation
Orphan instances
ToJSON InteractionId Source # | |
Methods toJSON :: InteractionId -> Value toEncoding :: InteractionId -> Encoding toJSONList :: [InteractionId] -> Value toEncodingList :: [InteractionId] -> Encoding | |
ToJSON GiveResult Source # | |
Methods toJSON :: GiveResult -> Value toEncoding :: GiveResult -> Encoding toJSONList :: [GiveResult] -> Value toEncodingList :: [GiveResult] -> Encoding | |
ToJSON Status Source # | |
Methods toEncoding :: Status -> Encoding toJSONList :: [Status] -> Value toEncodingList :: [Status] -> Encoding | |
ToJSON DisplayInfo Source # | |
Methods toJSON :: DisplayInfo -> Value toEncoding :: DisplayInfo -> Encoding toJSONList :: [DisplayInfo] -> Value toEncodingList :: [DisplayInfo] -> Encoding | |
ToJSON MakeCaseVariant Source # | |
Methods toJSON :: MakeCaseVariant -> Value toEncoding :: MakeCaseVariant -> Encoding toJSONList :: [MakeCaseVariant] -> Value toEncodingList :: [MakeCaseVariant] -> Encoding |