Browse Source

Mark more as working

Samuel W. Flint 5 years ago
parent
commit
042ff4acc5
1 changed files with 6 additions and 11 deletions
  1. 6 11
      larcs.org

+ 6 - 11
larcs.org

@@ -309,7 +309,7 @@ Equality of constants is a bit different, and is checked as follows:
                    :value (slot-value expression 'value)))
 #+END_SRC
 
-** WORKING Compound Types [5/7]
+** WORKING Compound Types [0/7]
 :PROPERTIES:
 :ID:       a0d2eb19-8a1e-4dee-9b41-c454a49cacc4
 :END:
@@ -327,8 +327,7 @@ Compound types are the majority of expressions.  An atom is well and good, but o
     nil)
 #+END_SRC
 
-*** DONE Additions
-CLOSED: [2019-01-17 Thu 09:53]
+*** WORKING Additions
 :PROPERTIES:
 :ID:       a1a01fb4-59e1-4459-9ab9-d32269af77dd
 :END:
@@ -361,8 +360,7 @@ CLOSED: [2019-01-17 Thu 09:53]
                    :terms (mapcar #'copy-expression (slot-value expression 'terms))))
 #+END_SRC
 
-*** DONE Subtractions
-CLOSED: [2019-01-17 Thu 10:01]
+*** WORKING Subtractions
 :PROPERTIES:
 :ID:       aad16971-81c8-48da-aaa5-bb84b03d6912
 :END:
@@ -397,8 +395,7 @@ Subtractions again, contain only a list of terms.  However, unlike other types h
                    :terms (mapcar #'copy-expression (slot-value expression 'terms))))
 #+END_SRC
 
-*** DONE Multiplications
-CLOSED: [2019-01-17 Thu 10:02]
+*** WORKING Multiplications
 :PROPERTIES:
 :ID:       0c601f5c-a614-4c30-9107-220a5d45a334
 :END:
@@ -429,8 +426,7 @@ Multiplication is one of the more frequently used expression types, and is, surp
                    :terms (mapcar #'copy-expression (slot-value expression 'terms))))
 #+END_SRC
 
-*** DONE Divisions
-CLOSED: [2019-01-17 Thu 10:12]
+*** WORKING Divisions
 :PROPERTIES:
 :ID:       bcc56ff0-0a6f-4eb6-8185-2cab3eed99da
 :END:
@@ -465,8 +461,7 @@ Division is similar to ~<multiplication>~, although instead of having ~terms~ it
                    :denominator (copy-expression (slot-value expression 'denominator))))
 #+END_SRC
 
-*** DONE Exponentials
-CLOSED: [2019-05-02 Thu 18:40]
+*** WORKING Exponentials
 :PROPERTIES:
 :ID:       d8c87457-5c3b-4263-ba60-53b9b9f5e816
 :END: