``` ocaml let f : 'a -> 'b = raise Not_found ``` ``` ocaml let f : 'a -> 'b -> c = fun _ -> raise Not_found ```