Skip to content

Instantly share code, notes, and snippets.

let config =
{ host : "irc.ubuntu.com";
port : 6697;
nickname : "guest";
}
let flip fn x y = fn y x
let start (config: Config.t) =
Printf.printf "Trying to connect to %s:%d\n" config.host config.port;