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 3534838b73
[ocamlformat] Upgrade to ocamlformat 0.4
7 years ago
..
AnnotatedSignature.ml [cleanup] remove dead code 7 years ago
AnnotatedSignature.mli [cleanup] remove dead code 7 years ago
README.md Created IR folder for the intermediate representaion files. 9 years ago
eradicate.ml [ocamlformat] Upgrade to ocamlformat 0.4 7 years ago
eradicate.mli [cleanup] remove dead code 7 years ago
eradicateChecks.ml [ocamlformat] Upgrade to ocamlformat 0.4 7 years ago
modelTables.ml [ocamlformat] Upgrade to ocamlformat 0.4 7 years ago
modelTables.mli [ocamlformat] Use ocamlformat from github 7 years ago
models.ml [ocamlformat] Upgrade base and ocamlformat 7 years ago
typeAnnotation.ml [ocamlformat] Upgrade base and ocamlformat 7 years ago
typeAnnotation.mli [cleanup] remove dead code 7 years ago
typeCheck.ml [cleanup] make caller pdesc an optional argument of `Ondemand.analyze_proc_desc` 7 years ago
typeCheck.mli Convert Reason to OCaml, and auto-format OCaml 8 years ago
typeErr.ml [ocamlformat] Upgrade to ocamlformat 0.4 7 years ago
typeErr.mli [infer] simplify the API to report errors 7 years ago
typeOrigin.ml [ocamlformat] Upgrade base and ocamlformat 7 years ago
typeOrigin.mli Convert Reason to OCaml, and auto-format OCaml 8 years ago
typeState.ml [ocamlformat] Upgrade ocamlformat to v0.2 from opam 7 years ago
typeState.mli Convert Reason to OCaml, and auto-format OCaml 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.