Should we support this syntax? ```c f :: int -> int add :: int -> int -> int -> int add x, y, z { x + y + z } ```