Last active
March 12, 2017 17:32
-
-
Save deque-blog/11b449e67581dcaedf106a658cca5f1d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;; 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