Skip to content

Instantly share code, notes, and snippets.

@azaharafernandezguizan
Created September 7, 2019 16:19
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 azaharafernandezguizan/aea0632bc6a6117060180cb0ab13b4df to your computer and use it in GitHub Desktop.
Save azaharafernandezguizan/aea0632bc6a6117060180cb0ab13b4df to your computer and use it in GitHub Desktop.
Example of functor Bosque Language
//Functor
var a = List[Int]@{...}
var b = a.map[Int]( fn(x)=>(x+2);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment