packages feed

purescript-0.9.1: examples/passing/TypeWithoutParens/Lib.purs

module Lib (X, Y) where

data X = X
type Y = X