Skip to content

Instantly share code, notes, and snippets.

@MarcelineVQ
Created March 17, 2019 23:50
Show Gist options
  • Save MarcelineVQ/c1153578a078caa6de4d604563301856 to your computer and use it in GitHub Desktop.
Save MarcelineVQ/c1153578a078caa6de4d604563301856 to your computer and use it in GitHub Desktop.
namespace MyVect
my_map : (a -> b) -> Vect n a -> Vect n b
namespace MyVect {
my_map : (a -> b) -> Vect n a -> Vect n b
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment