Plan 9 from Bell Labs’s /usr/web/sources/contrib/fernan/nhc98/docs/bugs/nhc13test32.hs
module Nhc13Test13 (Set) where newtype Set a = Set [a]