finos / finos/morphir-dotnet

Create the Result type for the Morphir SDK

Open
#13 0 comments 0 reactions 0 assignees View on GitHub
enhancement good first issue help wanted
Dominant language
F#
Stars
14
Forks
12
PR merge metrics
No merged PRs in 30d

Description

Provide a `Result` type for the morphir SDK that is compatible with the result type in elm/core:

- [ ] Result - see [elm/core Result](https://github.com/elm/core/blob/master/src/Result.elm)
- [ ] Result tests - see tests - https://github.com/elm/core/blob/master/tests/tests/Test/Result.elm

## Implementing

This will most likely involve aliasing F#'s core `Result` type.
Where possible `inline` can be used to directly map to `Result` type functionality.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.