summaryrefslogtreecommitdiffstats
path: root/src/Data/Seq2.hs
blob: 29178bce3c7a4aa7c41a595e0b183a1afba28974 (plain)
1
2
3
4
5
6
7
{-# LANGUAGE TypeFamilies #-}

module Data.Seq2 where


class Seq2 outer inner where
  type Element inner