Highlights
- Arctic Code Vault Contributor
Pinned
647 contributions in the last year
Activity overview
Contribution activity
January 2021
Created 3 commits in 2 repositories
Reviewed 1 pull request in 1 repository
JuliaDiff/TaylorSeries.jl 1 pull request
Created an issue in JuliaLang/julia that received 11 comments
Lower chained inequalities in an extendable way
The following lowering makes it impossible to extend 3 <= x <= 4
for user-defined types, e.g. in ModelingToolkit.jl:
julia> Meta.@lower 3 <= x <= 4
:(
11
comments