packages feed

purescript-0.15.15: tests/support/pscide/src/MatcherSpec.purs

module MatcherSpec where

id :: forall a. a -> a
id x = x

const :: forall a b. a -> b -> a
const x _ = x