(bind-func test_div (lambda () (println (div_test (Some 125) (Some 25)) (div_test 50 10) (div_test 10 0) (div_test 15 3))))