Skip to content

Instantly share code, notes, and snippets.

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 awalterschulze/91c97349868b7dcdf85593e79db49691 to your computer and use it in GitHub Desktop.
Save awalterschulze/91c97349868b7dcdf85593e79db49691 to your computer and use it in GitHub Desktop.
medium-derivative-of-a-regex-derive-answer-4.hs
derive "bεb" 'b'
= derive "b" 'b' `concat` "εb"
= "ε" `concat` "εb"
= "b"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment