Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 0.8.2
-
Fix Version/s: 0.9
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
The 'macro' macro should accept 'case' patterns for easy pattern matching against the macro application:
macro let:
case [| let $name = $expression |]:
yield [| public static final $name = $expression |]