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/7f276c1d21cf8413263bd504512e3d09 to your computer and use it in GitHub Desktop.
Save awalterschulze/7f276c1d21cf8413263bd504512e3d09 to your computer and use it in GitHub Desktop.
medium-derivative-of-a-regex-nullable-answer-3.hs
nullable "εa"
= nullable "ε" `and` nullable "a"
= true `and` false
= false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment