Thanks to visit codestin.com
Credit goes to github.com

Skip to content
View HarrisonGrodin's full-sized avatar

Highlights

  • Pro

Organizations

@standardml @hypefortypes @JuliaSymbolics @15-150 @15-312 @smlhelp @ProjectSavanna @ToposInstitute

Block or report HarrisonGrodin

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. agda-calf agda-calf Public

    A cost-aware logical framework, embedded in Agda.

    Agda 67 3

  2. ProjectSavanna/setup-sml ProjectSavanna/setup-sml Public

    Set up a Standard ML environment and add it to the PATH

    JavaScript 2 1

  3. Simplify.jl Simplify.jl Public

    Algebraic simplification in Julia

    Julia 84 6

  4. Rewrite.jl Rewrite.jl Public

    An efficient symbolic term rewriting engine

    Julia 78 6

  5. Simple model of Python-style dynamic... Simple model of Python-style dynamic dispatch in Standard ML via dynamic classification
    1
    signature OBJECT =
    2
      sig
    3
        type 'a tag
    4
        type t
    5