Values.AutomatedReasoningPolicyBuildStepContextSourceProvides context about what type of operation was being performed during a build step.
type nonrec t = {planning : AutomatedReasoningPolicyPlanning.t option;Indicates that this build step was part of the planning phase, where the system determines what operations to perform.
*)mutation : AutomatedReasoningPolicyMutation.t option;Indicates that this build step involved modifying the policy structure, such as adding or updating rules, variables, or types.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Structure of
(string
* [> `String of
AutomatedReasoningPolicyDefinitionTypeName.t
| `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `String of
AutomatedReasoningPolicyDefinitionTypeValueName.t ])
list ]
list
| `String of
AutomatedReasoningPolicyDefinitionTypeName.t ])
list ])
list ])
list ])
list ]