org.aya.generic.term.DTKind Maven / Gradle / Ivy
// Copyright (c) 2020-2024 Tesla (Yinsen) Zhang.
// Use of this source code is governed by the MIT license that can be found in the LICENSE.md file.
package org.aya.generic.term;
/**
* Most of the code does the same thing for pi type terms and sigma terms
*/
public enum DTKind {
Pi, Sigma;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy