package dunolint

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

Module Dunolint_stdlibSource

Extending Stdlib for use in the project.

Sourceval phys_equal : 'a -> 'a -> bool
Sourcemodule Sexp = Sexplib0.Sexp
Sourcemodule Code_error : sig ... end
Sourcemodule With_equal_and_sexp : sig ... end
Sourceval require : bool -> unit
Sourceval require_equal : (module With_equal_and_sexp.S with type t = 'a) -> 'a -> 'a -> unit
Sourceval require_does_raise : (unit -> 'a) -> unit
Sourceval print_s : Sexp.t -> unit
Sourceval print_endline : string -> unit