I'm using ocaml toplevel and used:
#load "graphics.cma";;
The library got loaded, but when I'm trying:
open Graphics;;
I'm getting unbounded module Graphics error. I used #list to list all packages and "graphics" was there in the list. I have seen all related answers but still don't get why I'm getting this error.