Skip to content

Instantly share code, notes, and snippets.

@deque-blog
Last active July 16, 2017 11:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save deque-blog/87e6c30054ea7eb4c9afa2d508b6120a to your computer and use it in GitHub Desktop.
Save deque-blog/87e6c30054ea7eb4c9afa2d508b6120a to your computer and use it in GitHub Desktop.
StatelessStep : (acc, elem: Type) -> Type -- List of type parameters for the alias
StatelessStep acc elem = acc -> elem -> acc -- Define the alias to the step function
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment