Closed shamansir closed 7 years ago
i.e.:
foo : Int -> { x: Int, y: Int } -> String foo i { x, y } = i + x + y
i.e.: