It appears that if I have a project that uses the library lambda-term
, then I can’t load that project into utop
(e.g. with #use_output "dune top"
). When I try, it freezes or spins forever. I presume this is because utop
itself uses lambda-term
and there is some unpleasant interaction. Is there any way around this?