Skip to content

Instantly share code, notes, and snippets.

@julien-truffaut
Last active August 29, 2015 14:05
Show Gist options
  • Save julien-truffaut/b40b5c965272457c281b to your computer and use it in GitHub Desktop.
Save julien-truffaut/b40b5c965272457c281b to your computer and use it in GitHub Desktop.
Monocle symbols
Method Current Aliases New Aliases
composeTraversal |->> ^|->>
composeOptional |-? ^|-?
composePrism <-? ^<-?
composeLens |-> ^|->
composeIso <-> ^<->
applyTraversal |->> ^^|->>
applyOptional |-? ^^|-?
applyPrism <-? ^^<-?
applyLens |-> ^^|->
applyIso <-> ^^<->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment