Closed gavr123456789 closed 2 weeks ago
type Functions add: [Int, Int -> Int] Functions add: [x, y -> x + y] |> add Int: 1 Int: 2 // here `Int: 1 Int: 2` has `Functions` receiver, not `add`, so it failing to typecheck