You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

6 lines
198 B

  1. \ifger{Ein ähnlicher Weg wäre über}{Another way which is very similar would be using} \hinline{let}:
  2. \begin{haskellcode}
  3. f :: Int -> Int
  4. f x = let y p = x + p
  5. in x + (y 2)
  6. \end{haskellcode}