packages feed

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

module M1 (bar) where

foo :: Int
foo = 0

bar :: Int
bar = foo