Unbound module Core in rtop with esy


#1

I’ve installed Core and Rtop with esy. When I open rtop and try to do open Core; I get:
Error: Unbound module Core

Any idea how to fix that?


#2

Try this in rtop:

#require "core";
open Core;

#3

Thanks, that solves it!