Skip to content

Instantly share code, notes, and snippets.

@haf
Last active April 25, 2017 16:43
Show Gist options
  • Save haf/bfb175800b45327bbbbdcaa3ec0ee073 to your computer and use it in GitHub Desktop.
Save haf/bfb175800b45327bbbbdcaa3ec0ee073 to your computer and use it in GitHub Desktop.
Question about finding the name of the case?
type DU =
| ACaseName
| BThereCake
let magic (q: Quotation<_>): string =
// smallest F# code in here?
open Expecto
let subject = magic <@ ACaseName @>
Expect.equal subject "ACaseName" "Should extract the NAME of the DU case"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment