package odig

  1. Overview
  2. Docs

Odig toplevel support.

Toplevel support

val init : ?conf:Conf.t -> unit -> unit

init ~conf () initalizes the toplevel support library with conf (defaults to Odig.Conf.default_file).

Note. Only call this if you need to setup another configuration. Initialisation happens automatically.

val announce : unit -> unit

announce ppf outputs a message that odig's toplevel support was setup.

val assume_inc : Fpath.t -> unit

assume_inc dir assumes that dir has been included.

val assume_obj : Fpath.t -> unit

assume_obj obj assumes that obj has been loaded.