You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file doesn't compile for a few reasons. Here are 3 of those reasons:
dut function
dut :: (MonadFix m) => SuperFabric m ()
Expecting one more argument to ‘m’
The first argument of ‘SuperFabric’ should have kind ‘*’,
but ‘m’ has kind ‘* -> *’
In the type signature for ‘dut’:
dut :: (MonadFix m) => SuperFabric m ()
This file doesn't compile for a few reasons. Here are 3 of those reasons:
dut function
dut :: (MonadFix m) => SuperFabric m ()
runFabric functions
runFabricWithDriver dut wrapper
Because
runFabricWithDriver
is commented out inFabric.hs
: https://github.com/ku-fpg/kansas-lava/blob/master/Language/KansasLava/Fabric.hs#L300All the
SuperFabric
type signatures, e.g.The text was updated successfully, but these errors were encountered: