Skip to content

Instantly share code, notes, and snippets.

@deque-blog
Last active March 12, 2017 17:32
Show Gist options
  • Save deque-blog/11b449e67581dcaedf106a658cca5f1d to your computer and use it in GitHub Desktop.
Save deque-blog/11b449e67581dcaedf106a658cca5f1d to your computer and use it in GitHub Desktop.
;; Transition by destination
(s/map-of ::transition/destination ::transition/transition)
;; Resulting turn by destination (after realizing each transition)
(s/map-of ::transition/destination ::turn)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment