Hercules.Agent.NixFile.CiNixArgs
data CiNixArgs Source #
Constructors
Fields
Defined in Hercules.Agent.NixFile.CiNixArgs
Methods
toJSON :: CiNixArgs -> Value #
toEncoding :: CiNixArgs -> Encoding #
toJSONList :: [CiNixArgs] -> Value #
toEncodingList :: [CiNixArgs] -> Encoding #
Associated Types
type Rep CiNixArgs :: Type -> Type #
from :: CiNixArgs -> Rep CiNixArgs x #
to :: Rep CiNixArgs x -> CiNixArgs #
toRawValue :: Ptr EvalState -> CiNixArgs -> IO RawValue