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.
49 lines
932 B
49 lines
932 B
(* to be used with infertop, infer's custom toplevel *)
|
|
|
|
(* load dependencies *)
|
|
#use "topfind";;
|
|
#thread;;
|
|
#require "ANSITerminal";;
|
|
#require "atdgen";;
|
|
#require "cmdliner";;
|
|
#require "core.top";;
|
|
#require "ctypes";;
|
|
#require "ctypes.stubs";;
|
|
#require "ocamlgraph";;
|
|
#require "ppx_compare";;
|
|
#require "ppx_fields_conv";;
|
|
#require "sawja";;
|
|
#require "sqlite3";;
|
|
#require "xmlm";;
|
|
|
|
open IStdlib;;
|
|
open ATDGenerated;;
|
|
open CStubs;;
|
|
open IBase;;
|
|
open IR;;
|
|
open Absint;;
|
|
open Biabduction;;
|
|
open BO;;
|
|
open Nullsafe;;
|
|
open Pulselib;;
|
|
open Checkers;;
|
|
open Costlib;;
|
|
open Quandary;;
|
|
open Topllib;;
|
|
open Concurrency;;
|
|
open Labs;;
|
|
open OpenSource;;
|
|
open Backend;;
|
|
open JavaFrontend;;
|
|
open ClangFrontend;;
|
|
open ASTLanguage;;
|
|
open TestDeterminators;;
|
|
open Integration;;
|
|
|
|
(* Most of infer uses this, useful for copy/pasting. Can be (partially) countered by typing `open
|
|
Caml.Pervasives`. *)
|
|
open IStd;;
|
|
|
|
module L = Logging;;
|
|
module F = Format;;
|