packages feed

hpc-codecov-0.5.0.0: test/data/project1/src/Lib/Bar/Buzz.hs

module Lib.Bar.Buzz where

theReturnedFunc :: Int -> Int -> Int -> IO ()
theReturnedFunc a b c = print (a + b + c)

(<&&>) :: Bool -> Bool -> Bool
a <&&> b = a && b