Doing make hol-extraction under src produces the following error:
File "dwarf.lem", line 131, character 19 to line 131, character 31
Type error: unbound variable for targets {hol}: print_endline
lem.mk:165: recipe for target 'hol-extraction' failed
This seems to be a debugging feature, so perhaps it could be excluded from the extraction to provers?
From the Lem library:
(* debugging functions; these should *not* be used in production code,
but are invaluable in debugging the OCaml extraction, as long as
Doing
make hol-extractionundersrcproduces the following error:This seems to be a debugging feature, so perhaps it could be excluded from the extraction to provers?
From the Lem library: