Ocaml Types ans:int = 804 type error ans:int = 100 ans:int = 20 Function Type / Write reverse 'a -> 'a * 'a -> bool * 'a -> 'a let reverse l = let f (c,b) = match c with [] -> ([], b) | h::t -> (t, h::b) in let g (l, acc) = match l with...
Another school year, more CSE classes. My class schedule for fall quarter looks like: CSE 130 - Programming Languages. Looks to be the most interesting course. We'll be studying OCaml for 4 weeks. Comparing it to Java for 1. Studying Python for 3...