mirror of
https://github.com/tensorflow/haskell.git
synced 2024-11-26 21:09:44 +01:00
5b4017e31b
Two issues: - The definition of `\\` was missing parentheses. It was probably a bug that this used to worked in ghc-7.10. - Set `-fconstraint-solver-iterations=0` to work around https://ghc.haskell.org/trac/ghc/ticket/12175. It looks like we can trigger that bug when defining a significantly complicated op. Specifically, our type shenanigans ("OneOf") along with lens setters (for OpDef) seem to confuse GHC. Still TODO: automate testing of different ghc versions to prevent a regression. |
||
---|---|---|
.. | ||
Internal | ||
Build.hs | ||
BuildOp.hs | ||
ControlFlow.hs | ||
Core.hs | ||
Nodes.hs | ||
Orphans.hs | ||
Output.hs | ||
Session.hs | ||
Tensor.hs | ||
Types.hs |