fork download
  1. I specified a tup which is a tuple aka (a' * a') and this is the line im getting in error in with my pattern matching
  2. | tup (x,y) -> tup (map f x, map f y)
  3.  
  4. Error: This expression has type ('a * 'a)
  5. but an expression was expected of type 'b * 'c
Not running #stdin #stdout 0s 0KB
stdin
Standard input is empty
stdout
Standard output is empty