Skip to content

Instantly share code, notes, and snippets.

@mnebes
mnebes / thoth-crash-repro.fsx
Last active February 3, 2023 14:58
Thoth crash repro
#r "nuget: Thoth.Json.Net"
open Thoth.Json.Net
type User =
{
Name : string
Age : int
}
@mnebes
mnebes / chords.fsx
Created December 9, 2022 14:03
Chord progressions with F#
open System
type Interval =
| PerfectUnison
| MinorSecond
| MajorSecond
| MinorThird | AugmentedSecond // Enharmonically the same in 12TET
| MajorThird
| PerfectFourth
| DiminishedFifth | AugmentedFourth // Enharmonically the same in 12TET