{- ORMOLU_DISABLE -}
{- HLINT ignore -}
-- THIS IS A GENERATED FILE, DO NOT EDIT

{-# OPTIONS_GHC -Wno-unused-imports #-}
{-# OPTIONS_GHC -Wno-unused-matches #-}
{-# OPTIONS_GHC -Wno-deprecations #-}
module Language.LSP.Protocol.Internal.Types.SemanticTokensDeltaParams where

import Control.DeepSeq
import Data.Hashable
import GHC.Generics
import Language.LSP.Protocol.Utils.Misc
import Prettyprinter
import qualified Data.Aeson as Aeson
import qualified Data.Row.Aeson as Aeson
import qualified Data.Row.Hashable as Hashable
import qualified Data.Text
import qualified Language.LSP.Protocol.Internal.Types.ProgressToken
import qualified Language.LSP.Protocol.Internal.Types.TextDocumentIdentifier
import qualified Language.LSP.Protocol.Types.Common

{-|
@since 3.16.0
-}
data SemanticTokensDeltaParams = SemanticTokensDeltaParams 
  { {-|
  An optional token that a server can use to report work done progress.
  -}
  SemanticTokensDeltaParams -> Maybe ProgressToken
_workDoneToken :: (Maybe Language.LSP.Protocol.Internal.Types.ProgressToken.ProgressToken)
  , {-|
  An optional token that a server can use to report partial results (e.g. streaming) to
  the client.
  -}
  SemanticTokensDeltaParams -> Maybe ProgressToken
_partialResultToken :: (Maybe Language.LSP.Protocol.Internal.Types.ProgressToken.ProgressToken)
  , {-|
  The text document.
  -}
  SemanticTokensDeltaParams -> TextDocumentIdentifier
_textDocument :: Language.LSP.Protocol.Internal.Types.TextDocumentIdentifier.TextDocumentIdentifier
  , {-|
  The result id of a previous response. The result Id can either point to a full response
  or a delta response depending on what was received last.
  -}
  SemanticTokensDeltaParams -> Text
_previousResultId :: Data.Text.Text
  }
  deriving stock (Int -> SemanticTokensDeltaParams -> ShowS
[SemanticTokensDeltaParams] -> ShowS
SemanticTokensDeltaParams -> String
forall a.
(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
showList :: [SemanticTokensDeltaParams] -> ShowS
$cshowList :: [SemanticTokensDeltaParams] -> ShowS
show :: SemanticTokensDeltaParams -> String
$cshow :: SemanticTokensDeltaParams -> String
showsPrec :: Int -> SemanticTokensDeltaParams -> ShowS
$cshowsPrec :: Int -> SemanticTokensDeltaParams -> ShowS
Show, SemanticTokensDeltaParams -> SemanticTokensDeltaParams -> Bool
forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
/= :: SemanticTokensDeltaParams -> SemanticTokensDeltaParams -> Bool
$c/= :: SemanticTokensDeltaParams -> SemanticTokensDeltaParams -> Bool
== :: SemanticTokensDeltaParams -> SemanticTokensDeltaParams -> Bool
$c== :: SemanticTokensDeltaParams -> SemanticTokensDeltaParams -> Bool
Eq, Eq SemanticTokensDeltaParams
SemanticTokensDeltaParams -> SemanticTokensDeltaParams -> Bool
SemanticTokensDeltaParams -> SemanticTokensDeltaParams -> Ordering
SemanticTokensDeltaParams
-> SemanticTokensDeltaParams -> SemanticTokensDeltaParams
forall a.
Eq a
-> (a -> a -> Ordering)
-> (a -> a -> Bool)
-> (a -> a -> Bool)
-> (a -> a -> Bool)
-> (a -> a -> Bool)
-> (a -> a -> a)
-> (a -> a -> a)
-> Ord a
min :: SemanticTokensDeltaParams
-> SemanticTokensDeltaParams -> SemanticTokensDeltaParams
$cmin :: SemanticTokensDeltaParams
-> SemanticTokensDeltaParams -> SemanticTokensDeltaParams
max :: SemanticTokensDeltaParams
-> SemanticTokensDeltaParams -> SemanticTokensDeltaParams
$cmax :: SemanticTokensDeltaParams
-> SemanticTokensDeltaParams -> SemanticTokensDeltaParams
>= :: SemanticTokensDeltaParams -> SemanticTokensDeltaParams -> Bool
$c>= :: SemanticTokensDeltaParams -> SemanticTokensDeltaParams -> Bool
> :: SemanticTokensDeltaParams -> SemanticTokensDeltaParams -> Bool
$c> :: SemanticTokensDeltaParams -> SemanticTokensDeltaParams -> Bool
<= :: SemanticTokensDeltaParams -> SemanticTokensDeltaParams -> Bool
$c<= :: SemanticTokensDeltaParams -> SemanticTokensDeltaParams -> Bool
< :: SemanticTokensDeltaParams -> SemanticTokensDeltaParams -> Bool
$c< :: SemanticTokensDeltaParams -> SemanticTokensDeltaParams -> Bool
compare :: SemanticTokensDeltaParams -> SemanticTokensDeltaParams -> Ordering
$ccompare :: SemanticTokensDeltaParams -> SemanticTokensDeltaParams -> Ordering
Ord, forall x.
Rep SemanticTokensDeltaParams x -> SemanticTokensDeltaParams
forall x.
SemanticTokensDeltaParams -> Rep SemanticTokensDeltaParams x
forall a.
(forall x. a -> Rep a x) -> (forall x. Rep a x -> a) -> Generic a
$cto :: forall x.
Rep SemanticTokensDeltaParams x -> SemanticTokensDeltaParams
$cfrom :: forall x.
SemanticTokensDeltaParams -> Rep SemanticTokensDeltaParams x
Generic)
  deriving anyclass (SemanticTokensDeltaParams -> ()
forall a. (a -> ()) -> NFData a
rnf :: SemanticTokensDeltaParams -> ()
$crnf :: SemanticTokensDeltaParams -> ()
NFData, Eq SemanticTokensDeltaParams
Int -> SemanticTokensDeltaParams -> Int
SemanticTokensDeltaParams -> Int
forall a. Eq a -> (Int -> a -> Int) -> (a -> Int) -> Hashable a
hash :: SemanticTokensDeltaParams -> Int
$chash :: SemanticTokensDeltaParams -> Int
hashWithSalt :: Int -> SemanticTokensDeltaParams -> Int
$chashWithSalt :: Int -> SemanticTokensDeltaParams -> Int
Hashable)
  deriving forall ann. [SemanticTokensDeltaParams] -> Doc ann
forall ann. SemanticTokensDeltaParams -> Doc ann
forall a.
(forall ann. a -> Doc ann)
-> (forall ann. [a] -> Doc ann) -> Pretty a
prettyList :: forall ann. [SemanticTokensDeltaParams] -> Doc ann
$cprettyList :: forall ann. [SemanticTokensDeltaParams] -> Doc ann
pretty :: forall ann. SemanticTokensDeltaParams -> Doc ann
$cpretty :: forall ann. SemanticTokensDeltaParams -> Doc ann
Pretty via (ViaJSON SemanticTokensDeltaParams)

instance Aeson.ToJSON SemanticTokensDeltaParams where
  toJSON :: SemanticTokensDeltaParams -> Value
toJSON (SemanticTokensDeltaParams Maybe ProgressToken
arg0 Maybe ProgressToken
arg1 TextDocumentIdentifier
arg2 Text
arg3) = [Pair] -> Value
Aeson.object forall a b. (a -> b) -> a -> b
$ forall (t :: * -> *) a. Foldable t => t [a] -> [a]
concat forall a b. (a -> b) -> a -> b
$  [String
"workDoneToken" forall kv v. (KeyValue kv, ToJSON v) => String -> Maybe v -> [kv]
Language.LSP.Protocol.Types.Common..=? Maybe ProgressToken
arg0
    ,String
"partialResultToken" forall kv v. (KeyValue kv, ToJSON v) => String -> Maybe v -> [kv]
Language.LSP.Protocol.Types.Common..=? Maybe ProgressToken
arg1
    ,[Key
"textDocument" forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
Aeson..= TextDocumentIdentifier
arg2]
    ,[Key
"previousResultId" forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
Aeson..= Text
arg3]]

instance Aeson.FromJSON SemanticTokensDeltaParams where
  parseJSON :: Value -> Parser SemanticTokensDeltaParams
parseJSON = forall a. String -> (Object -> Parser a) -> Value -> Parser a
Aeson.withObject String
"SemanticTokensDeltaParams" forall a b. (a -> b) -> a -> b
$ \Object
arg -> Maybe ProgressToken
-> Maybe ProgressToken
-> TextDocumentIdentifier
-> Text
-> SemanticTokensDeltaParams
SemanticTokensDeltaParams forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
<$> Object
arg forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
Aeson..:! Key
"workDoneToken" forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
<*> Object
arg forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
Aeson..:! Key
"partialResultToken" forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
<*> Object
arg forall a. FromJSON a => Object -> Key -> Parser a
Aeson..: Key
"textDocument" forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
<*> Object
arg forall a. FromJSON a => Object -> Key -> Parser a
Aeson..: Key
"previousResultId"