let happy_new_year(year: year) = happy_new_year(Some 2018);;
Standard input is empty
File "prog.ml", line 3, characters 76-80:
Error: This expression has type year = int option
but an expression was expected of type int
Standard output is empty