Skip to content

Instantly share code, notes, and snippets.

@crakjie
Created February 21, 2018 17:56
Show Gist options
  • Save crakjie/6fac9897673a0cae7581e50f1072bbf7 to your computer and use it in GitHub Desktop.
Save crakjie/6fac9897673a0cae7581e50f1072bbf7 to your computer and use it in GitHub Desktop.
scala as elm
def |>[A,B]( a : A)(f : A => B ) : B = f(a)
@ 2 |> Some.apply
res16: Some[Int] = Some(2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment