DEBSOURCES
Skip Quicknav
sources / haskell-futhark / 0.25.32-3 / tests / errors / tuple-pattern.fut
12345678
-- Tuple patterns must match the number of elements in their rhs. -- -- == -- error: match def main(): i32 = let (x,y) = (1,2,3) in x+y