ThProg-SS23/texfiles/ueb07.hs

7 lines
93 B
Haskell
Raw Permalink Normal View History

2023-06-16 13:56:30 +02:00
add :: Int -> Int -> Int
add n m = n + m
len :: String -> Int
len str = Prelude.length str