Outcome.Val
val to_yojson : t -> Yojson.Safe.t
val of_yojson : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_or
val pp : Stdlib.Format.formatter -> t -> unit
Printer
val full_pp : Stdlib.Format.formatter -> t -> unit
val full_pp_list : Stdlib.Format.formatter -> t list -> unit
val to_literal : t -> Gillian.Gil_syntax.Literal.t option
Convert a value to a literal, if possible
val from_literal : Gillian.Gil_syntax.Literal.t -> t
Convert a literal to a value, always possible
val to_expr : t -> Gillian.Gil_syntax.Expr.t
Convert a value to a logical expression, always possible
val from_expr : Gillian.Gil_syntax.Expr.t -> t option
Converts a logical expression to a value, if possible
val from_lvar_name : string -> t
Converts a logical variable name into a value