iamed2 / ResultTypes.jl

A Result type for Julia—it's like Nullables for Exceptions
Other
95 stars 8 forks source link

Added a no-op convert method #11

Closed rofinn closed 6 years ago

rofinn commented 6 years ago

This is to avoid ambiguity errors when converting a Result to a Result (e.g., map over a function that returns Result types).

codecov-io commented 6 years ago

Codecov Report

Merging #11 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #11   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           1      1           
  Lines          20     21    +1     
=====================================
+ Hits           20     21    +1
Impacted Files Coverage Δ
src/ResultTypes.jl 100% <100%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 7b32460...1952b04. Read the comment docs.