Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Quotation Monad #374

Draft
wants to merge 13 commits into
base: master
Choose a base branch
from
Draft

Quotation Monad #374

wants to merge 13 commits into from

Commits on Oct 11, 2020

  1. Initial implementation

    gusty committed Oct 11, 2020
    Configuration menu
    Copy the full SHA
    bc9428a View commit details
    Browse the repository at this point in the history
  2. + tests

    gusty committed Oct 11, 2020
    Configuration menu
    Copy the full SHA
    ad9cdf0 View commit details
    Browse the repository at this point in the history
  3. Comment out test

    gusty committed Oct 11, 2020
    Configuration menu
    Copy the full SHA
    a7870f4 View commit details
    Browse the repository at this point in the history
  4. Fable-off

    gusty committed Oct 11, 2020
    Configuration menu
    Copy the full SHA
    505a751 View commit details
    Browse the repository at this point in the history
  5. Fable again

    gusty committed Oct 11, 2020
    Configuration menu
    Copy the full SHA
    029eb14 View commit details
    Browse the repository at this point in the history
  6. + 2-layers test

    gusty committed Oct 11, 2020
    Configuration menu
    Copy the full SHA
    4b43180 View commit details
    Browse the repository at this point in the history
  7. test associativity

    gusty committed Oct 11, 2020
    Configuration menu
    Copy the full SHA
    3d04676 View commit details
    Browse the repository at this point in the history
  8. test CE

    gusty committed Oct 11, 2020
    Configuration menu
    Copy the full SHA
    23f8204 View commit details
    Browse the repository at this point in the history
  9. + CE test same type (int)

    gusty committed Oct 11, 2020
    Configuration menu
    Copy the full SHA
    f53ce2d View commit details
    Browse the repository at this point in the history
  10. Use Unbox instead of Coerce

    gusty committed Oct 11, 2020
    Configuration menu
    Copy the full SHA
    07f74a7 View commit details
    Browse the repository at this point in the history
  11. Try include QuotationsEvaluator

    gusty committed Oct 11, 2020
    Configuration menu
    Copy the full SHA
    a297d52 View commit details
    Browse the repository at this point in the history
  12. Use conditionals

    gusty committed Oct 11, 2020
    Configuration menu
    Copy the full SHA
    d3f2e08 View commit details
    Browse the repository at this point in the history
  13. Add it everywhere

    gusty committed Oct 11, 2020
    Configuration menu
    Copy the full SHA
    513b1ee View commit details
    Browse the repository at this point in the history