package ppx_interact

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Ppx_interact_runtimeSource

Sourceval box_h : string
Sourceval box_v : string
Sourceval box_t : string
Sourceval box_bot : string
Sourceval view_file : ?context:(int * int) -> int -> string -> unit
Sourceval eval : show:bool -> string -> unit
Sourceexception Found of Env.t
Sourceexception Term of int
Sourcetype value =
  1. | V : string * _ -> value
Sourceval walk : string -> init:'a -> f:(string -> 'a -> 'a) -> 'a
Sourcemodule Toploop2 : sig ... end

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

Sourceval linenoise_prompt : string list -> unit
Sourceval 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.