FSharp.UMX icon indicating copy to clipboard operation
FSharp.UMX copied to clipboard

F# units of measure for primitive non-numeric types

Results 9 FSharp.UMX issues
Sort by recently updated
recently updated
newest added

Based on #28 and the desire to support UOM for `uint32` I've added UOM for all missing basic CLR types (except `nativeint` and `unativeint`).

Sometimes I see using `uint32` offers advantages over `uint32`-backed enums. https://github.com/fsprojects/FSharp.UMX/blob/master/src/FSharp.UMX.fs#L31 Not sure if there's any interest in uint16, int8

Bumps [json5](https://github.com/json5/json5) from 2.1.0 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...

dependencies

Is it possible to create a non-numeric UMX value explicitly, without going through `%`, so that it will be a valid constant expression? I need them to be a literal...

There's also a more general question about conversations, but should something like this be possible? Fails to build as well so it's not an Ionide quirk.

Gotta keep those scanners quiet

Hello, This library looks neat and I am very tempted to replace our use of single-case discriminated unions with unit of measures since we mostly use them to strongly type...

Hello I do not know if this is related to the compiler itself, but I post here just in case. I try to use a UOF based on string, if...