packages feed

purescript-0.12.0: tests/purs/docs/src/ExplicitExport.purs

module ExplicitExport (one) where

one :: Int
one = 1

two :: Int
two = 2