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.

18 lines
343 B

(* to be used with infertop, infer's custom toplevel *)
(* load dependencies *)
#use "topfind";;
#thread;;
#require "cmdliner";;
#require "core.top";;
#require "ctypes";;
#require "ctypes.stubs";;
#require "sawja";;
#require "atdgen";;
#require "xmlm";;
#require "ANSITerminal";;
open InferStdlib;;
open InferGenerated;;
open InferModules;;