Skip to content

Commit

Permalink
Added comment
Browse files Browse the repository at this point in the history
  • Loading branch information
atomb committed Sep 5, 2023
1 parent e0c1c7d commit cc67990
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Source/Core/TrackedNodeComponent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

namespace Microsoft.Boogie
{
// Represents an AST node, or component of a node, that is being
// tracked during the proof process to determine whether it was
// used as part of a completed proof.
public abstract record TrackedNodeComponent()
{
public abstract string SolverLabel { get; }
Expand Down

0 comments on commit cc67990

Please sign in to comment.