packages feed

purescript-0.8.4.0: tests/support/pscide/src/Main.purs

module Main where

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

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