]> gitweb.factorcode.org Git - factor.git/commitdiff
make more taxes vocabs load by default
authorDoug Coleman <doug.coleman@gmail.com>
Tue, 10 Feb 2009 01:18:18 +0000 (19:18 -0600)
committerDoug Coleman <doug.coleman@gmail.com>
Tue, 10 Feb 2009 01:18:18 +0000 (19:18 -0600)
extra/taxes/usa/futa/futa.factor
extra/taxes/usa/usa.factor

index 7368aef8253ff3520c5c0fce1c700354325d6da1..9b862a8960407c513c5c20a0f479b4237139145f 100644 (file)
@@ -11,5 +11,4 @@ IN: taxes.usa.futa
 
 : futa-tax ( salary w4 -- x )
     drop futa-base-rate min
-    futa-tax-rate futa-tax-offset-credit -
-    * ;
+    futa-tax-rate futa-tax-offset-credit - * ;
index 27ff4aef989f40efd89280150e97380a2b401af4..efdb969c013c6e32877eaee25ecded2802218e74 100644 (file)
@@ -1,7 +1,9 @@
 ! Copyright (C) 2008 Doug Coleman.
 ! See http://factorcode.org/license.txt for BSD license.
 USING: accessors arrays assocs kernel math math.intervals
-namespaces sequences money math.order taxes.usa.w4 ;
+namespaces sequences money math.order taxes.usa.w4
+taxes.usa.futa math.finance taxes.usa.fica
+taxes.usa.federal ;
 IN: taxes.usa
 
 ! Withhold: FICA, Medicare, Federal (FICA is social security)