blob: ce5977d9551fd822601a99c9a69cc804031fdcab [file] [log] [blame]
// compile
// Copyright 2020 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.
package p
type F[T any] func(T) error
type instF = F[int]