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

r.base.0.35.0.source-code.module-info Maven / Gradle / Ivy

There is a newer version: 0.36.0
Show newest version
module aya.base {
  requires transitive aya.syntax;

  requires static org.jetbrains.annotations;

  // requires manifold.delegation.rt;

  exports org.aya.normalize;
  exports org.aya.prelude;
  exports org.aya.primitive;
  exports org.aya.resolve.context;
  exports org.aya.resolve.module;
  exports org.aya.resolve.salt;
  exports org.aya.resolve.visitor;
  exports org.aya.resolve;
  exports org.aya.tyck.ctx;
  exports org.aya.tyck.error;
  exports org.aya.tyck.tycker;
  exports org.aya.tyck;
  exports org.aya.unify;
  exports org.aya.resolve.error;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy