packages feed

purescript-0.11.0: examples/passing/2609/Eg.purs

module Eg (Foo'(Bar'), (:->)) where

data Foo' = Bar' Int Int

infix 4 Bar' as :->