... | @@ -18,6 +18,7 @@ Changes from old design: |
... | @@ -18,6 +18,7 @@ Changes from old design: |
|
* Also the macro name is being matched as the first pattern and the wildcard pattern `_` has been added so you can ignore it if you want.
|
|
* Also the macro name is being matched as the first pattern and the wildcard pattern `_` has been added so you can ignore it if you want.
|
|
* The template form `#{...}` has been added. Any bound pattern variables that are in scope are replaced with their match.
|
|
* The template form `#{...}` has been added. Any bound pattern variables that are in scope are replaced with their match.
|
|
* Cases are matched in-order. Previously they were being matched by length first.
|
|
* Cases are matched in-order. Previously they were being matched by length first.
|
|
|
|
* The `...` pattern now matches zero or more. Previously it was one or more.
|
|
|
|
|
|
# Primitives
|
|
# Primitives
|
|
|
|
|
... | | ... | |