Skip to content
This repository was archived by the owner on Feb 11, 2025. It is now read-only.

Conversation

cuihtlauac
Copy link

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.

As of ocaml-compiler-libs v0.12.4 (required by `repl.ml`), module
`Toploop` signature includes this:
```ocaml
    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 replit#118)

This change fixes this.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant