1-- |
2-- Module      : Foundation.List.ListN
3-- License     : BSD-style
4-- Maintainer  : Vincent Hanquez <vincent@snarc.org>
5-- Stability   : experimental
6-- Portability : portable
7--
8-- A Nat-sized list abstraction
9--
10-- Using this module is limited to GHC 7.10 and above.
11--
12module Foundation.List.ListN ( module X ) where
13
14import Basement.Sized.List as X
15