﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	difficulty
756	inline call to known variable if its value refers to an intrinsic	felix winkelmann	felix winkelmann	"For example:

{{
(define foo +)
(print (foo 3 4))
}}

should completely constant-fold the expression.
`foo` has a known value of `(##core#variable +)`, and `+` is an intrinsic.
"	enhancement	closed	minor		compiler	4.7.x	fixed	inlining intrinsic		
