aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/store/src/main/java/tools/refinery/store/representation/SymbolLike.java
blob: 8c84500cbd6ea70b03d8a2fff822b18f1ecc122f (plain) (blame)
1
2
3
4
5
6
7
package tools.refinery.store.representation;

public interface SymbolLike {
	String name();

	int arity();
}