changing name from functions_ to operators_

pull/6/head
Kai Staats 2017-02-08 23:37:16 -07:00
parent c62748a325
commit 8f147721d8
4 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,5 @@
operator, arity
+,2
-,2
*,2
/,2
1 operator arity
2 + 2
3 - 2
4 * 2
5 / 2

View File

@ -0,0 +1,5 @@
operator, arity
+,2
-,2
*,2
/,2
1 operator arity
2 + 2
3 - 2
4 * 2
5 / 2

View File

@ -0,0 +1,5 @@
operator, arity
+,2
-,2
*,2
/,2
1 operator arity
2 + 2
3 - 2
4 * 2
5 / 2

View File

@ -0,0 +1,5 @@
operator, arity
+,2
-,2
*,2
/,2
1 operator arity
2 + 2
3 - 2
4 * 2
5 / 2