asc-community / asc-community/AngouriMath
Computation expressions for settings
Open
<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
Assessment
This issue has not been assessed yet.