packages feed

purescript-0.12.0: tests/purs/passing/Import/M1.purs

module M1 where

import Prelude ()

id :: forall a. a -> a
id = \x -> x

foo = id