#use "warmup.ml";; #use "testUtils.ml";; (* TEST app_int *) let myf x = x + 5;; let answer = app_int myf 3 7;; prt_int_list answer ;;