let hello () = "hello" let () = Callback.register "Hello callback" hello; Callback.register "Bye callback" Bye.bye;