Skip to content

Instantly share code, notes, and snippets.

@deque-blog
Created November 7, 2017 08:43
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/c9a840529b236079dc1df0a53a6ab7de to your computer and use it in GitHub Desktop.
Save deque-blog/c9a840529b236079dc1df0a53a6ab7de to your computer and use it in GitHub Desktop.
data TestBotAction
= Typing String
| Thinking String
data TestBot = MkTestBot (List TestBotAction)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment