source/interprocedural/interprocedural.ml (19 lines of code) (raw):
(*
* Copyright (c) Meta Platforms, Inc. and affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*)
module AnalysisKind = AnalysisKind
module FixpointAnalysis = FixpointAnalysis
module Target = Target
module CallGraph = CallGraph
module CallResolution = CallResolution
module DecoratorHelper = DecoratorHelper
module DependencyGraph = DependencyGraph
module DependencyGraphSharedMemory = DependencyGraphSharedMemory
module Error = Error
module FixpointState = FixpointState
module AnalysisResult = AnalysisResult
module ClassHierarchyGraph = ClassHierarchyGraph
module ClassInterval = ClassInterval