Module aya.base

Interface Shaped.Inductive<T>

All Superinterfaces:
Shaped<T>
All Known Subinterfaces:
Shaped.List<T>, Shaped.Nat<T>
All Known Implementing Classes:
IntegerTerm, ListTerm, Pat.ShapedInt, Pattern.FakeShapedList
Enclosing interface:
Shaped<T>

public static sealed interface Shaped.Inductive<T> extends Shaped<T> permits Shaped.Nat<T>, Shaped.List<T>