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

Add functions #81

Closed
wants to merge 8 commits into from
Closed

Add functions #81

wants to merge 8 commits into from

Commits on Aug 14, 2020

  1. Start using Type instead of Uni

    Jakub Zalewski committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    010d7f6 View commit details
    Browse the repository at this point in the history
  2. Replace UniType by Type

    by inlining Uni into Type definition.
    Jakub Zalewski committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    8cf39c8 View commit details
    Browse the repository at this point in the history
  3. Sketch the traversals for Typed

    Jakub Zalewski committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    16b875d View commit details
    Browse the repository at this point in the history
  4. Move some traversals to Core

    Jakub Zalewski committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    cff3b7b View commit details
    Browse the repository at this point in the history
  5. Move some of the traversals to Typed.Core

    Jakub Zalewski committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    8130304 View commit details
    Browse the repository at this point in the history
  6. Add traversals to Raw.Core

    Jakub Zalewski committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    413a1d4 View commit details
    Browse the repository at this point in the history
  7. Annotate externals with SomeUni

    Because we do not support functions in Typed.Core
    Jakub Zalewski committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    af1ae7e View commit details
    Browse the repository at this point in the history
  8. Add parser for function types

    Jakub Zalewski committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    b522987 View commit details
    Browse the repository at this point in the history