{-# LANGUAGE TemplateHaskell #-} {-# LANGUAGE TupleSections #-} {-# LANGUAGE TypeFamilies #-} {-# LANGUAGE DataKinds, PolyKinds #-} {-# OPTIONS_GHC -Wall -fno-warn-tabs #-} module Data.TypeLevel.Tuple.Index where import Data.TypeLevel.Tuple.Index.TH