package ppx_interact

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val box_h : string
val box_v : string
val box_t : string
val box_bot : string
val view_file : ?context:(int * int) -> int -> string -> unit
val eval : show:bool -> string -> unit
exception Found of Env.t
exception Term of int
type value =
  1. | V : string * _ -> value
val walk : string -> init:'a -> f:(string -> 'b -> 'c) -> 'd
module Toploop2 : sig ... end

https://github.com/ocaml/ocaml/blob/trunk/toplevel/toploop.ml

val linenoise_prompt : string list -> unit
val interact : ?search_path:string list -> ?build_dir:string -> unit:string -> loc:(string * int * int * 'a) -> ?init:string list -> values:value list -> unit -> unit

see https://github.com/ocaml-community/utop/blob/master/src/lib/uTop_main.ml

OCaml

Innovation. Community. Security.