Skip to content

Instantly share code, notes, and snippets.

@stijnmoreels
Last active March 14, 2022 12:15
Show Gist options
  • Save stijnmoreels/1207a2fcb0ed32d584d071396d94befe to your computer and use it in GitHub Desktop.
Save stijnmoreels/1207a2fcb0ed32d584d071396d94befe to your computer and use it in GitHub Desktop.
let mark = { Age = Age 10; Pass = Some (Tested Positive) }
let pass_tested = Compose.prism Guest.pass_ CoronaPass.testResult_
let testResult = Optic.get pass_tested mark
let updatedMark = Optic.set pass_tested Negative mark
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment