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.
29 lines
595 B
29 lines
595 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 "ppx_compare";;
|
|
#require "sawja";;
|
|
#require "sqlite3";;
|
|
#require "xmlm";;
|
|
|
|
open InferStdlib;;
|
|
open InferGenerated;;
|
|
open InferBase;;
|
|
open InferIR;;
|
|
open InferModules;;
|
|
|
|
(* 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;;
|