# 018: 掛け算未対応 (test3_2_002) [↑up](bunny_notes) - issued: 2020-04-12 - 分類: A サンプルコードが fail - status: Closed (2020-04-12) ## 現象 掛け算未対応のため、test3_2_002.hs が fail する ## 調査ログ ### 2020-04-12 以下を実施: ー runtime/Prim.java に mkintegerMul(), mkintMul(), IntegerMul を追加 - lib/Prelude.hs の Num, Integer, Int の定義に (*) を追加 - src/PreDefined.hs に Prim.IntegerMul に関する定義を追加