Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created June 7, 2025 11:23
Show Gist options
  • Select an option

  • Save Whateverable/83eada619529e54460e986a79b74ee20 to your computer and use it in GitHub Desktop.

Select an option

Save Whateverable/83eada619529e54460e986a79b74ee20 to your computer and use it in GitHub Desktop.
greppable6
File Code
gfldex/perl6-typesafe-xhtml-writer
…/benchmark-indent.p6 :66:
b(id=>"NuTiqEhZK", ondblclick=>"mTRBd", onmousedown=>"TFgLry", style=>"YTLziDRU", class=>"DaSQyGXkJ",
gfldex/perl6-typesafe-xhtml-writer
…/benchmark-parameterised.p6 :65:
b(id=>"NuTiqEhZK", ondblclick=>"mTRBd", onmousedown=>"TFgLry", style=>"YTLziDRU", class=>"DaSQyGXkJ",
gfldex/perl6-typesafe-xhtml-writer
…/benchmark.p6 :71:
b(id=>"NuTiqEhZK", ondblclick=>"mTRBd", onmousedown=>"TFgLry", style=>"YTLziDRU", class=>"DaSQyGXkJ",
perl6/doc
…/Rational.pod6 :7:
role Rational[::NuT, ::DeT] does Real { ... }
perl6/doc
…/Rational.pod6 :10:
and denominator. It is parameterized by the types of the numerator (C<NuT>) and
perl6/doc
…/Rational.pod6 :19:
Please note that, since C<DeT> is by default equal to C<NuT>, in this case both
perl6/doc
…/Rational.pod6 :28:
method new(NuT:D: $numerator, DeT:D: $denominator --> Rational:D)
perl6/doc
…/Rational.pod6 :95:
method numerator(Rational:D: --> NuT:D)
perl6/doc
…/type-graph.txt :119:
role Rational[::NuT, ::DeT] does Real
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment