| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
Napkin.Untyped.Ops.MsSql
Documentation
module Napkin.Backends.MsSql.ApiGen
newtype JsonNullStrategy #
Constructors
| JsonNullStrategy NullStrategy |
Instances
| Show JsonNullStrategy # | |
Defined in Napkin.Backends.MsSql.ApiGen.Types Methods showsPrec :: Int -> JsonNullStrategy -> ShowS # show :: JsonNullStrategy -> String # showList :: [JsonNullStrategy] -> ShowS # | |
| Eq JsonNullStrategy # | |
Defined in Napkin.Backends.MsSql.ApiGen.Types Methods (==) :: JsonNullStrategy -> JsonNullStrategy -> Bool # (/=) :: JsonNullStrategy -> JsonNullStrategy -> Bool # | |
| CombiBomb JsonNullStrategy # | |
Defined in Napkin.Backends.MsSql.ApiGen.Types Methods toParensOperatorArgs :: JsonNullStrategy -> [ParensOperatorArgument] # | |