A completed Apalache run with retained ITF artifacts.
Summary
Types
@type t() :: %Apalachex.Result{ executable: Path.t(), exit_status: non_neg_integer(), itf_paths: [Path.t(), ...], output: binary(), plan: Apalachex.Plan.t(), version: Version.t() }
A completed Apalache run with retained ITF artifacts.
@type t() :: %Apalachex.Result{ executable: Path.t(), exit_status: non_neg_integer(), itf_paths: [Path.t(), ...], output: binary(), plan: Apalachex.Plan.t(), version: Version.t() }