thautwarm / MLStyle.jl

Julia functional programming infrastructures and metaprogramming facilities
https://thautwarm.github.io/MLStyle.jl/latest/
MIT License
404 stars 39 forks source link

deconstruct QuoteNode #70

Closed thautwarm closed 5 years ago

thautwarm commented 5 years ago

prefer this:

@match QuoteNode(1)
   QuoteNode(1) => 1
end