prybar icon indicating copy to clipboard operation
prybar copied to clipboard

Support ocaml-compiler-libs v0.12.4

Open cuihtlauac opened this issue 2 years ago • 0 comments

As of ocaml-compiler-libs v0.12.4 (required by repl.ml), module Toploop signature includes this:

    type input = Stdin | File of string | String of string
    val use_silently : Format.formatter -> input -> bool

This broke the way use_silently was used, line 111 (see issue #118)

This change fixes this.

cuihtlauac avatar Mar 06 '24 04:03 cuihtlauac