n3paste.de

::

a haskell happstack pastebin

  • New paste
  • View pastes

  • Login

  • About
  • Most recent pastes (filtered)

    Filter pastes (help):

    12:09 - Tue 2012.02.07

    Plaintext

    Paste: /7uz/Show related

    No description.

    apply_f_twice :: Int -> Int -> Int -> Int
    apply_f_twice f x = f (f x)