Enable dead code warnings in typing/
commit76ee93324bf7b92bfd5705ee2afc86d83d1f5038
authorJez Ng <jezng@fb.com>
Tue, 16 Dec 2014 19:52:27 +0000 (16 11:52 -0800)
committerhhvm-bot <hhvm-bot@fb.com>
Tue, 16 Dec 2014 20:00:42 +0000 (16 12:00 -0800)
treea9e0c9e11ab7a623611037ee06739f50acbf24b1
parent6fafbf2667eb39d4fa4254c750d41a0c9d37c830
Enable dead code warnings in typing/

Summary: @pikatchu said it was worth keeping the SubstPos code around,
because we ideally should re-implement it at some point. It was disabled
because it was buggy, but working right it would still be a useful
feature. To avoid OCaml yelling at us for unused code, we declare the
relevant functions in `mli`s.

Reviewed By: @elgenie

Differential Revision: D1742207

Signature: t1:1742207:1418746019:22aebbc9f8e6e099df3b6a3258206846a6ff0cb7
hphp/hack/src/typing/typing.ml
hphp/hack/src/typing/typing_compare.ml
hphp/hack/src/typing/typing_compare.mli
hphp/hack/src/typing/typing_inherit.ml
hphp/hack/src/typing/typing_print.ml
hphp/hack/src/typing/typing_redecl_service.ml
hphp/hack/src/typing/typing_redecl_service.mli
hphp/hack/src/utils/errors.ml
hphp/hack/src/utils/errors.mli