Go to file
dependabot[bot] 9611f6b369 Bump cachix/install-nix-action from 20 to 21 (#2)
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 20 to 21.
- [Release notes](https://github.com/cachix/install-nix-action/releases)
- [Commits](https://github.com/cachix/install-nix-action/compare/v20...v21)

---
updated-dependencies:
- dependency-name: cachix/install-nix-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-29 12:47:52 +01:00
2023-05-06 15:48:36 +01:00
2023-05-06 16:54:17 +01:00
2023-05-06 15:48:36 +01:00
2023-05-06 15:48:36 +01:00
2023-05-06 16:54:17 +01:00
2023-05-06 15:48:36 +01:00
2023-05-06 15:48:36 +01:00
2023-05-06 15:48:36 +01:00
2023-05-06 15:48:36 +01:00
2023-05-06 15:48:36 +01:00
2023-05-06 15:48:36 +01:00
2023-05-06 15:48:36 +01:00
2023-05-06 15:48:36 +01:00
2023-05-06 15:48:36 +01:00
2023-05-06 15:48:36 +01:00
2023-05-06 15:48:36 +01:00
2023-05-06 15:48:36 +01:00

fsharp-arguments

Some helpers in Myriad which might be useful for someone writing an argument parser.

RemoveOptions

Takes a record like this:

type Foo =
    {
        A : int option
        B : string
        C : float list
    }

and stamps out a record like this:

[<RequireQualifiedAccess>]
module Foo =
    type Short =
        {
            A : int
            B : string
            C : float list
        }

(This is a proof of concept. It would be better to somehow disambiguate the module name.)

Description
Some Myriad plugins for F#
Readme MIT 3.4 MiB
Languages
F# 99.8%
Nix 0.2%