ITADN

`data_synth` unknown free variable bug

#58Closedlecopivo 创建于 2025-03-21
L
lecopivocommented
`data_synth` bugs on a simple function `fun ((a,b,c),d) => a`. There is something wrong with product association. ``` #check (HasFwdFDeriv Float (fun (((a,b,c),d) : (Float×Float×Float)×Float) => a) _) rewrite_by lsimp data_synth -domainDec -- unknown free variable '_fvar.19588' ```
关闭于 2025-03-21 0 条评论