Skip to content

Instantly share code, notes, and snippets.

@rugyoga
Created August 17, 2022 00:15
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 rugyoga/4a75b70bfa0c58118526ad8f47e468b5 to your computer and use it in GitHub Desktop.
Save rugyoga/4a75b70bfa0c58118526ad8f47e468b5 to your computer and use it in GitHub Desktop.
Types for deltas
@type delta() :: {:update, any(), any()} | {:delete, any()} | {:add, any()}
@type path() :: list()
@type delta_spec() :: [{path(), delta()}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment