aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/store-reasoning/src/main/java/tools/refinery/store/reasoning/representation/AnyPartialFunction.java
blob: 8d2cb5cf12063859f698d79d7a3dbf91569d7c6f (plain) (blame)
1
2
3
4
5
6
7
8
9
/*
 * SPDX-FileCopyrightText: 2021-2023 The Refinery Authors <https://refinery.tools/>
 *
 * SPDX-License-Identifier: EPL-2.0
 */
package tools.refinery.store.reasoning.representation;

public sealed interface AnyPartialFunction extends AnyPartialSymbol permits PartialFunction {
}