Skip to content

Instantly share code, notes, and snippets.

@iwilare
Last active August 23, 2021 18:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iwilare/30589db58c14237b15ec4d6c1a5f5033 to your computer and use it in GitHub Desktop.
Save iwilare/30589db58c14237b15ec4d6c1a5f5033 to your computer and use it in GitHub Desktop.
E=([a,b],Γ=[])=>b?a?E(a,Γ)(E(b,Γ)):x=>E(b,[x,...Γ]):Γ[a]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment