We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe787fb commit 53ae9bdCopy full SHA for 53ae9bd
clash-prelude/src/Clash/Prelude/BlockRam.hs
@@ -846,7 +846,7 @@ readNew (blockRam (0 :> 1 :> Nil))
846
... =>
847
Signal dom addr -> Signal dom (Maybe (addr, a)) -> Signal dom a
848
849
-#elif __GLASGOW_HASKELL__ >= 906 && !defined(CLASH_MULTIPLE_HIDDEN)
+#elif __GLASGOW_HASKELL__ >= 902 && !defined(CLASH_MULTIPLE_HIDDEN)
850
>>> :t readNew (blockRam (0 :> 1 :> Nil))
851
readNew (blockRam (0 :> 1 :> Nil))
852
:: ...
0 commit comments