Skip to content

Allow dispatch on second argument

Florian Atteneder requested to merge fa/withsig-mesh-arg into main

This PR makes the following legal

@with_signature [legacy=false] myfunc(eq::Equation, mesh::Mesh1d)
   @accepts u
   v = u
   @returns v
end

Merge request reports