We've been arbitrarily using #f as a placeholder value for missing terms. Stop doing this and introduce an explicit expression which denotes an undefined value. Use it in macro expanders for error recovery.
Once again, Travis build currently fails because of an issue on their side. Merge this into the staging branch without passing checks. We'll verify the branch later.
We've been arbitrarily using
#f
as a placeholder value for missing terms. Stop doing this and introduce an explicit expression which denotes an undefined value. Use it in macro expanders for error recovery.