I think the function itself works, but on compilation, it gives an error saying that it can't find the file ac_inforesults.mod (which indeed doesn't exist). I don't know how to fix this.
@MortelmansJonas There was a missing dependency in the Makefile (which happened to manifest itself here; fixed in d56049e). Then the code compiled but the tests gave errors, which I fixed with commit e0e2ff0. Could you check that this branch now compiles and passes the tests on your end?
I think the function itself works, but on compilation, it gives an error saying that it can't find the file ac_inforesults.mod (which indeed doesn't exist). I don't know how to fix this.