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

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

// Copyright (c) 2020-2021 Yinsen (Tesla) 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 - 2025 Weber Informatics LLC | Privacy Policy