Plan 9 from Bell Labs’s /usr/web/sources/contrib/fernan/nhc98/tests/conformance98/import/emptyprelude/Nil.hs
module Nil where import Prelude () nil :: [a] nil = []