-
-
Notifications
You must be signed in to change notification settings - Fork 6
Representer not handling top-level LET #31
Copy link
Copy link
Open
Labels
x:action/improveImprove existing functionality/contentImprove existing functionality/contentx:knowledge/noneNo existing Exercism knowledge requiredNo existing Exercism knowledge requiredx:module/representerWork on RepresentersWork on Representers
Description
Metadata
Metadata
Assignees
Labels
x:action/improveImprove existing functionality/contentImprove existing functionality/contentx:knowledge/noneNo existing Exercism knowledge requiredNo existing Exercism knowledge requiredx:module/representerWork on RepresentersWork on Representers
Type
Fields
Give feedbackNo fields configured for issues without a type.
For example:
(let ((name "foo")) name)is represented as
((LET ((NAME "foo")) NAME))Nothing was done with the
LET.