Hacker News new | ask | show | jobs
by weatherlight 946 days ago
types aren't a substitute for tests.

    let add : int -> int -> int = fun a b ->
      Random.self_init ();
      Random.int 100