egison-5.1.0: test/type-error/42-tuple-pattern-arity.egi
-- -- Tuple pattern arity mismatch: a 3-tuple pattern against a pair target -- and a pair product matcher. -- -- Expected: Type error (tuple pattern vs (Integer, Integer)) -- def t := matchAll (1, 2) as (integer, integer) with ($x, $y, $z) -> x