You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Josh Berdine e438314776
Divide Utils into Utils, Pp, and IStd
8 years ago
..
README.md Created IR folder for the intermediate representaion files. 9 years ago
eradicate.ml Divide Utils into Utils, Pp, and IStd 8 years ago
eradicate.mli Divide Utils into Utils, Pp, and IStd 8 years ago
eradicateChecks.ml Divide Utils into Utils, Pp, and IStd 8 years ago
modelTables.ml Divide Utils into Utils, Pp, and IStd 8 years ago
modelTables.mli Divide Utils into Utils, Pp, and IStd 8 years ago
models.ml Divide Utils into Utils, Pp, and IStd 8 years ago
typeAnnotation.ml Divide Utils into Utils, Pp, and IStd 8 years ago
typeAnnotation.mli Divide Utils into Utils, Pp, and IStd 8 years ago
typeCheck.ml Divide Utils into Utils, Pp, and IStd 8 years ago
typeCheck.mli Divide Utils into Utils, Pp, and IStd 8 years ago
typeErr.ml Divide Utils into Utils, Pp, and IStd 8 years ago
typeErr.mli Divide Utils into Utils, Pp, and IStd 8 years ago
typeOrigin.ml Divide Utils into Utils, Pp, and IStd 8 years ago
typeOrigin.mli Divide Utils into Utils, Pp, and IStd 8 years ago
typeState.ml Divide Utils into Utils, Pp, and IStd 8 years ago
typeState.mli Divide Utils into Utils, Pp, and IStd 8 years ago

README.md

Eradicate @Nullable Checker

Eradicate is a type checker for @Nullable annotations for Java. The goal is to eradicate null pointer exceptions. See Eradicate.

The main entry point is module Eradicate.