An open API service indexing awesome lists of open source software.

https://github.com/avestura/fsfrink

An effort to bring frinklang.org UoMs into F# ecosystem
https://github.com/avestura/fsfrink

frink units-of-measure units-of-measurement uom

Last synced: 4 months ago
JSON representation

An effort to bring frinklang.org UoMs into F# ecosystem

Awesome Lists containing this project

README

          

# FsFrink
An effort to bring [frinklang.org](https://frinklang.org) UoMs into F# ecosystem

## Adding UoMs
Add UoM in `Frink.Data.{Category}.UnitNames`, then the symbol form in `Frink.Data.{Category}.UnitSymbols` namespace.
If there is no symbol for that UoM, add the unit name in unit symbols namespace and alias it to the correct type. Like:

```fsharp
namespace Frink.Data.Volume.UnitSymbols
[] type lambda = Frink.Data.Volume.UnitNames.lambda
```