package ocaml-base-compiler

  1. Overview
  2. Docs
Official release 5.1.1

Install

Dune Dependency

Authors

Maintainers

Sources

5.1.1.tar.gz
sha256=57f7b382b3d71198413ede405d95ef3506f1cdc480cda1dca1e26b37cb090e17

doc/compiler-libs.toplevel/Topcommon/index.html

Module Topcommon

This module provides common implementations for internals of Toploop, for bytecode and native code (see Topeval for the diverging parts of the implementation).

You should not use it directly, refer to the functions in Toploop instead.

type evaluation_outcome =
  1. | Result of Obj.t
  2. | Exception of exn
val backtrace : string option ref
val parse_mod_use_file : string -> Lexing.lexbuf -> Parsetree.toplevel_phrase list
val refill_lexbuf : bytes -> int -> int
OCaml

Innovation. Community. Security.