Skip to content

Instantly share code, notes, and snippets.

@viclib
Created September 4, 2013 08:58
Show Gist options
  • Save viclib/6434497 to your computer and use it in GitHub Desktop.
Save viclib/6434497 to your computer and use it in GitHub Desktop.
why this doesn't compile
testVec : Vect 5 Int
testVec = 3 :: 4 :: 5 :: 6 :: 7 :: Nil
aff : Int
aff = index (2 + 2) testVec
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment