As an example consider the below file - the require does not seem to be executed by the imandra-server even though it checks that the required library exists ([@@@require "foo"] correctly raises an error for example)
let f x = x + 1;;
[@@@program]
[@@@require "decoders-yojson"]
open Decoders_yojson.Basic.Decode;;
let int_decoder = int
As an example consider the below file - the require does not seem to be executed by the
imandra-server
even though it checks that the required library exists ([@@@require "foo"]
correctly raises an error for example)this raises imandra tagged errors:
this is not a merlin error with appropriate dune file this works for merlin - e.g.: