This library won't be of use to you. But it makes me happy.
Fork it harder make it better
module Forkit exposing (fork)
{-| This library won't be of use to you. But it makes me happy.
@docs fork
-}
{-| Fork it harder make it better -}
fork: Int -> Int
fork n = n+n