Skip to content

Commit

Permalink
Add docstring for `source/interprocedural_analyses/type_inference/typ…
Browse files Browse the repository at this point in the history
…eInferenceData.ml`

Reviewed By: jasontatton

Differential Revision: D48416803

fbshipit-source-id: 3bf4ff9f5273b95b53dc91c71a3c8e17a9b97991
  • Loading branch information
Pradeep Kumar Srinivasan authored and facebook-github-bot committed Aug 17, 2023
1 parent e3ef906 commit 6f75abc
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
* LICENSE file in the root directory of this source tree.
*)

(* TODO(T132410158) Add a module-level doc comment. *)
(* This module contains the data types needed to track the inferred type for globals, attributes,
and functions/methods. The overall results are intended to be deserialized into JSON and piped
straight to the `pyre infer` Python command. *)

open Core
open Pyre
Expand Down

0 comments on commit 6f75abc

Please sign in to comment.