All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.aya.util.tyck.SccTycker Maven / Gradle / Ivy

There is a newer version: 0.34.0
Show newest version
// 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.util.tyck;

import kala.collection.immutable.ImmutableSeq;
import org.jetbrains.annotations.NotNull;

/**
 * Tyck SCCs. 
 */
public interface SccTycker {
  /** @return failed items */
  @NotNull ImmutableSeq tyckSCC(@NotNull ImmutableSeq scc) throws E;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy