-- | A bunch of type-level natural numbers extending the ones present -- in Data.Vector.Fixed. module Naturals where import Data.Vector.Fixed ( S, N6 ) type N7 = S N6 type N8 = S N7 type N9 = S N8 type N10 = S N9 type N11 = S N10 type N12 = S N11 type N13 = S N12 type N14 = S N13 type N15 = S N14 type N16 = S N15 type N17 = S N16 type N18 = S N17 type N19 = S N18 type N20 = S N19