[exe_env] abstract type

Summary: There are no users of this, and it stands in the way of refactoring.

Reviewed By: ezgicicek

Differential Revision: D25241940

fbshipit-source-id: 5e653341a
master
Nikos Gorogiannis 4 years ago committed by Facebook GitHub Bot
parent 4e658903ae
commit 9acdedeef8

@ -8,14 +8,10 @@
open! IStd
(** Execution environments: basically a cache of where procedures are and what is their type
environment *)
(** Execution environments are a means to get a function's type environment and integer widths and
cache those *)
type file_data
type t = private
{ proc_map: file_data Procname.Hash.t (** map from procedure name to file data *)
; file_map: file_data SourceFile.Hash.t (** map from source files to file data *) }
type t
val mk : unit -> t
(** Create a new cache *)

Loading…
Cancel
Save