module FunkyFish let LibraryTest1 x y = x + y let LibraryTest2 x y z = (x * y) * z let LibraryTest3 name = "Hello " + name