Skip to content
Snippets Groups Projects
Commit 42dc6770 authored by Basile Desloges's avatar Basile Desloges
Browse files

[eacsl] Replace `Result.t` with `Error.result`

The stdlib of Ocaml already defines a `Result` module. The `Result`
module of E-ACSL was masking this module and would cause problems in
some cases.

The result type has been moved to `Error.result` and is now implemented
with the `Result` module of Ocaml.
parent e8d7d685
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment