Skip to content

Instantly share code, notes, and snippets.

@vendethiel
Created November 14, 2017 09:55
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 vendethiel/b7cf91ed5a0caf42f78e3977d680aede to your computer and use it in GitHub Desktop.
Save vendethiel/b7cf91ed5a0caf42f78e3977d680aede to your computer and use it in GitHub Desktop.
> role F[::T, ::A, ::B] { dd T[A, B] }; F[Rational, Int, Int]
===SORRY!=== Error while compiling:
T cannot be parameterized
------> role F[::T, ::A, ::B] { dd T[A, B]⏏ }; F[Rational, Int, Int]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment