asc-community / asc-community/AngouriMath

Computation expressions for settings

Open
#505 0 comments 0 reactions 0 assignees View on GitHub
<medium> up-for-grabs Area: F# hacktoberfest Not now Proposal up-for-grabs
Dominant language
C#
Stars
831
Forks
79
Avg merge
3h 23m
Merged PRs (30d)
309

Description

**The package I want to suggest the idea to**: AngouriMath.FSharp

e. g.
```fs
withSettings {
set! 0.1m MathS.Settings.PrecisionErrorCommonRange
set! true MathS.Diagnostics.ExplicitOutput
printfn "%o" (parsed "aaa")
}
```
<=>
```fs
withSetting 0.1m MathS.Settings.PrecisionErrorCommonRange (fun () ->
withSetting true MathS.Diagnostics.ExplicitOutput (fun () ->
printfn "%o" (parsed "aaa")
)
)
```

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.