Last active
July 16, 2017 19:17
-
-
Save deque-blog/8d871a958a9643368ab589de2f50e0ed to your computer and use it in GitHub Desktop.
This file contains 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
Step : (state, acc, elem: Type) -> Type | |
Step state acc elem = acc -> elem -> State state acc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment