Module Imandra_prelude.Caml
include module type of struct include Stdlib end
val raise_notrace : exn -> 'aval invalid_arg : string -> 'aval failwith : string -> 'aexception Match_failure of string * int * intexception Assert_failure of string * int * intexception Invalid_argument of stringexception Failure of stringexception Sys_error of stringexception Division_by_zeroexception Undefined_recursive_module of string * int * intval (=) : 'a -> 'a -> boolval (<>) : 'a -> 'a -> boolval (<) : 'a -> 'a -> boolval (>) : 'a -> 'a -> boolval (<=) : 'a -> 'a -> boolval (>=) : 'a -> 'a -> boolval compare : 'a -> 'a -> intval (&&) : bool -> bool -> boolval (&) : bool -> bool -> boolval (||) : bool -> bool -> boolval or : bool -> bool -> boolval __POS__ : string * int * int * intval __FUNCTION__ : stringval __LOC_OF__ : 'a -> string * 'aval __LINE_OF__ : 'a -> int * 'aval __POS_OF__ : 'a -> (string * int * int * int) * 'aval (|>) : 'a -> ( 'a -> 'b ) -> 'bval (@@) : ( 'a -> 'b ) -> 'a -> 'bval (+) : int -> int -> intval (-) : int -> int -> intval (*) : int -> int -> intval (/) : int -> int -> intval (mod) : int -> int -> intval (land) : int -> int -> intval (lor) : int -> int -> intval (lxor) : int -> int -> intval (lsl) : int -> int -> intval (lsr) : int -> int -> intval (asr) : int -> int -> intval (~-.) : float -> floatval (~+.) : float -> floatval (+.) : float -> float -> floatval (-.) : float -> float -> floatval (*.) : float -> float -> floatval (/.) : float -> float -> floatval (**) : float -> float -> floatval sqrt : float -> floatval log10 : float -> floatval expm1 : float -> floatval log1p : float -> floatval acos : float -> floatval asin : float -> floatval atan : float -> floatval atan2 : float -> float -> floatval hypot : float -> float -> floatval cosh : float -> floatval sinh : float -> floatval tanh : float -> floatval ceil : float -> floatval floor : float -> floatval abs_float : float -> floatval copysign : float -> float -> floatval mod_float : float -> float -> floatval frexp : float -> float * intval ldexp : float -> int -> floatval modf : float -> float * floatval float_of_int : int -> floatval truncate : float -> intval int_of_float : float -> intval epsilon_float : floattype fpclass = Stdlib.fpclass = | | FP_normal | 
| | FP_subnormal | 
| | FP_zero | 
| | FP_infinite | 
| | FP_nan | 
val classify_float : float -> fpclassval (^) : string -> string -> stringval int_of_char : char -> intval char_of_int : int -> charval string_of_bool : bool -> stringval bool_of_string_opt : string -> bool optionval bool_of_string : string -> boolval string_of_int : int -> stringval int_of_string_opt : string -> int optionval int_of_string : string -> intval string_of_float : float -> stringval float_of_string_opt : string -> float optionval fst : ('a * 'b) -> 'aval snd : ('a * 'b) -> 'bval (@) : 'a list -> 'a list -> 'a listtype in_channel = Stdlib.in_channeltype out_channel = Stdlib.out_channelval print_char : char -> unitval print_string : string -> unitval print_bytes : bytes -> unitval print_int : int -> unitval print_float : float -> unitval print_endline : string -> unitval print_newline : unit -> unitval prerr_char : char -> unitval prerr_string : string -> unitval prerr_bytes : bytes -> unitval prerr_int : int -> unitval prerr_float : float -> unitval prerr_endline : string -> unitval prerr_newline : unit -> unitval read_line : unit -> stringval read_int_opt : unit -> int optionval read_int : unit -> intval read_float_opt : unit -> float optionval read_float : unit -> floattype open_flag = Stdlib.open_flag = | | Open_rdonly | 
| | Open_wronly | 
| | Open_append | 
| | Open_creat | 
| | Open_trunc | 
| | Open_excl | 
| | Open_binary | 
| | Open_text | 
| | Open_nonblock | 
val flush_all : unit -> unitval output : out_channel -> bytes -> int -> int -> unitval output_substring : out_channel -> string -> int -> int -> unitval set_binary_mode_in : in_channel -> bool -> unitmodule LargeFile = Stdlib.LargeFiletype !'a ref = 'a Stdlib.ref = {}val (:=) : 'a ref -> 'a -> unitval incr : int ref -> unitval decr : int ref -> unittype (!'a, !'b) result = ( 'a, 'b ) Stdlib.result = val (^^) : 
  ( 'a, 'b, 'c, 'd, 'e, 'f ) format6 ->
  ( 'f, 'b, 'c, 'e, 'g, 'h ) format6 ->
  ( 'a, 'b, 'c, 'd, 'g, 'h ) format6val at_exit : ( unit -> unit ) -> unitval valid_float_lexem : string -> stringval do_at_exit : unit -> unitmodule ArrayLabels = Stdlib__arrayLabelsmodule Atomic = Stdlib__atomicmodule Bigarray = Stdlib__bigarraymodule Bool = Stdlib__boolmodule Buffer = Stdlib__buffermodule Bytes = Stdlib__bytesmodule BytesLabels = Stdlib__bytesLabelsmodule Callback = Stdlib__callbackmodule Complex = Stdlib__complexmodule Digest = Stdlib__digestmodule Either = Stdlib__eithermodule Ephemeron = Stdlib__ephemeronmodule Filename = Stdlib__filenamemodule Float = Stdlib__floatmodule Genlex = Stdlib__genlexmodule Hashtbl = Stdlib__hashtblmodule Int32 = Stdlib__int32module Int64 = Stdlib__int64module Lazy = Stdlib__lazymodule Lexing = Stdlib__lexingmodule ListLabels = Stdlib__listLabelsmodule Marshal = Stdlib__marshalmodule MoreLabels = Stdlib__moreLabelsmodule Nativeint = Stdlib__nativeintmodule Option = Stdlib__optionmodule Parsing = Stdlib__parsingmodule Pervasives = Stdlib__pervasivesmodule Printexc = Stdlib__printexcmodule Queue = Stdlib__queuemodule Random = Stdlib__randommodule Result = Stdlib__resultmodule Scanf = Stdlib__scanfmodule Stack = Stdlib__stackmodule StdLabels = Stdlib__stdLabelsmodule Stream = Stdlib__streammodule StringLabels = Stdlib__stringLabelsmodule Uchar = Stdlib__ucharmodule Unit = Stdlib__unitmodule Weak = Stdlib__weaktype nonrec 'a list = 'a list = module Char : sig ... endmodule List : sig ... endmodule Array : sig ... endmodule Printf : sig ... endval float_of_string : string -> floatval count_function_actual_implem : 'a -> 'b