Imandra_interactive.HelpThe usual way to access this is through the "help" directive, as so:
# #help ;;
(* displays general help message *)
# #help "some topic";;
(* displays help message for topic *)Find help for the given topic, as a pair (short,long) of short and long documents
module Register : sig ... end