Corner.Try (corner v0.1.2)
Define macro try!/1
.
try!/1
is similarly as try/1
, but in the rescue
caluses of try!/1
,
the pattern match not just by name, but have the full power of pattern match,
juse like in the caluses of case
.
Define macro try!/1
.
try!/1
is similarly as try/1
, but in the rescue
caluses of try!/1
,
the pattern match not just by name, but have the full power of pattern match,
juse like in the caluses of case
.