packages feed

purescript-0.15.15: tests/purs/warning/CoercibleUnusedImport/N2.purs

module N2 where

import N1

newtype N2 a = N2 (N1 a)