Skip to content

When typechecking macros, we need to pass along FunValues also for value-like macro expressions #8

Description

@dschrempf

We need these FunValues, for example, to compute the lengths of vectors statically. That is, when inferring the type of a type-like macro expression, we need to compute the FunValue.

However, when typechecking a value-like macro expression, we do not need to pass along FunValues.

See TODO item in the code.

Metadata

Metadata

Assignees

Labels

ongoingIssues currently actively being worked on.priority: mediumDefault priority: tickets we're planning to work on, though not necessarily soon.refactorInternal refactoringrelease-0.1Required for the first public release

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions