packages feed

idris-0.9.11: test/totality002/test017a.idr

module scg

total
vtrans : Vect n a -> Vect n a -> List a
vtrans [] _         = []
vtrans (x :: xs) ys = x :: vtrans ys ys