blob: e8278a9c1a4dc3dbcd8f1fceabdbe205eddee05b [file] [log] [blame]
// Copyright 2024 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
//go:build go1.23
package checker
import "iter"
type actionSeq = iter.Seq[*Action]