More complicated inference working, now just have to round out the edges

This commit is contained in:
Nathan Braswell
2015-05-15 12:29:44 -04:00
parent f5e74ca7ce
commit a64624ba25
2 changed files with 18 additions and 5 deletions

View File

@@ -9,7 +9,6 @@ fun main():int {
var fromTemplateFun = id(11)
var aVec.construct(): vector<int>
aVec.addEnd(12)
//var fromTemplateFun = id<int>(11);
println(fromTemplateFun)
println(idVec(aVec))
//println(idVec<int>(aVec))