view samples/compilerbug_001.tp @ 144:547153211389

Fix fold:with foldr:with and map in the array module
author Mike Pavone <pavone@retrodev.com>
date Fri, 09 Aug 2013 03:58:42 -0700
parents 90542a7077a9
children
line wrap: on
line source

#{
	value <- 0
	
	main <- {
		f <- {value}
		f:
	}
}