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
...
Summary:
Utils contains definitions intended to be in the global namespace for
all of the infer code-base, as well as pretty-printing functions, and
assorted utility functions mostly for dealing with files and processes.
This diff changes the module opened into the global namespace to
IStd (Std conflict with extlib), and moves the pretty-printing
definitions from Utils to Pp.
Reviewed By: jvillard
Differential Revision: D4232457
fbshipit-source-id: 1e070e0
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
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 .