summaryrefslogtreecommitdiff
path: root/testsuite/tests/polykinds/T7438.hs
blob: 3c559d7f4696b9eba1edccaa97677322d9105be8 (plain)
1
2
3
4
5
6
{-# LANGUAGE PolyKinds, GADTs, KindSignatures, DataKinds, FlexibleInstances #-}

module T7438 where
import T7438a

go Nil acc = acc