try/catch to set and reset foreign implementations
All commands now thread value of subdsls throug e.g.
a <- legend do
items [ "foo", "bar" ]
pure 12
traceAnyA a -- prints 12
@garyb would you mind to take a quick look? I'm not sure if this change is major or patch real breaks may occur only in situation like in Line module when user maps DSL.
Two things were added
try/catch
to set and reset foreign implementations@garyb would you mind to take a quick look? I'm not sure if this change is major or patch real breaks may occur only in situation like in
Line
module when usermap
sDSL
.