Skip to content
This repository has been archived by the owner on Nov 16, 2020. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix typo, add entry for operators on natives.
  • Loading branch information
pmichaud committed Jul 25, 2011
1 parent 8bc2ad0 commit 8a260b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion features.txt
Expand Up @@ -52,7 +52,7 @@ Type captures: rm+ rn+ n-

= Built-in types and functions
Strings, split, join, case folding, substr: rm+ rn+ n+
Basic numbers, arithmethic operations: rm+ rn+ n+
Basic numbers, arithmetic operations: rm+ rn+ n+
Big integers: rm- rn- n+
Complex numbers: rm+ rn+ n+
Rat type: rm+ rn+ n+
Expand All @@ -63,6 +63,7 @@ LoL: rm- rn+-
Ranges: rm+ rn+
Sets, KeySet, KeyBag, ...: rn-
Buf: rm+ rn-
Native operators: rm- rn-

= Multi dispatch
Multi method dispatch: rm+ rn+ n+
Expand Down

0 comments on commit 8a260b4

Please sign in to comment.