packages feed

haskell-tools-refactor-1.0.1.1: examples/Decl/OperatorBind.hs

module Decl.OperatorBind where

a >< b = a ++ b

(<+>) :: Int -> Int -> Int -> Int
(a <+> b) c = a + b + c