packages feed

purescript-0.5.4.1: examples/passing/AutoPrelude.purs

module Main where

import Debug.Trace

f x = x * 10
g y = y - 10

main = trace $ show $ (f <<< g) 100