def taxRevenue (τ_L τ_K τ_C τ_corp wL rK C Prof : ℝ) : ℝ := τ_L * wL + τ_K * rK + τ_C * C + τ_corp * Prof
thesis/CESProofs/Macro/TaxStructure.lean:33
Government Tax Structure (Layer 3 of Macro Extension)