ocaml-native-lib/ocaml/bye.ml

5 lines
69 B
OCaml

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