packages feed

homotuple-0.1.2.1: template/HomotupleItem.hs

-- <length>

type instance Homotuple <length> a = <homotuple>

instance IsList <homotuple> where
  type Item <homotuple> = a
  fromList <list> = <tuple>
  fromList _ = errorLengthMismatch
  toList <tuple> = <list>