packages feed

haskell-tools-builtin-refactorings-1.0.0.0: examples/Decl/OperatorBind.hs

module Decl.OperatorBind where

a >< b = a ++ b

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