1 2 3 4 5 6 7 8 9
{-# LANGUAGE PolyKinds, TypeFamilies, DataKinds, TemplateHaskell #-} module T7022 where import T7022b foo :: SList a -> Bool foo = undefined