LiKao , , , , , - . , , #.
val p5 : unit -> unit = <fun>
p5 , unit unit. , (). , ( ). , (), , , . () ( , ).
5- : unit = ()
. 5 p5. - OCaml. , unit (). , print_int int -> unit.
# print_string "*************************";;
*************************- : unit = ()
. * print_string. , unit ().
4val p4 : unit = ()
. 4 print_int. , p4, unit (). , , print_int unit, () - . p4, . (->) . p4 - unit.
# p4;;
- : unit = ()
p4, (), p4 unit ().