Skip to content
View tstodter's full-sized avatar

Highlights

  • Pro

Organizations

@arkhe-rit

Block or report tstodter

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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. sequitur sequitur Public

    Composable event-based state machines for mere mortals

    TypeScript 1

  2. Folding across trees, with algebraic... Folding across trees, with algebraic types
    1
    type Tree<T> = Leaf<T> | Branch<T> | DatumBranch<T>;
    2
    
                  
    3
    type Leaf<T> = {
    4
      kind: 'leaf';
    5
      value: T;
  3. inverse-kinematics inverse-kinematics Public

    TypeScript