Skip to content

Commit

Permalink
Make sure we also make / create FatRats
Browse files Browse the repository at this point in the history
  • Loading branch information
lizmat committed Jan 3, 2019
1 parent e29554f commit c47d95f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/full-precision.pm6
Expand Up @@ -2,3 +2,4 @@
# Rat FatRats.

my constant Rat is export = FatRat;
my sub infix:</>(Int:D \nu,Int:D \de) is export { FatRat.new(nu,de) }

0 comments on commit c47d95f

Please sign in to comment.