A naming of a haskell expression/Haskell Function
A variable is bound to its expression and does not change.
c = 2
myfunction :: Int -> Int -> Int
myfunction x y = x+x + y*2A naming of a haskell expression/Haskell Function
A variable is bound to its expression and does not change.
c = 2
myfunction :: Int -> Int -> Int
myfunction x y = x+x + y*2