Skip to the content.

Jype

About

Jype is an implementation of Java’s type system capable of testing assignability between types and producing type signatures.

Modules

Jype Main

Javadocs

The Main module contains all major type system APIs and solvers. This includes:

Jype Stub

Javadocs

The Stub module defines a YAML DSL for building type objects and performing tests on the main module’s solvers. It is primarily used in running the main module’s test suite, but could also be used to provide ways to define types and constraints via YAML. See examples in the main module’s tests.


Home | Contact