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
"Update examples/Probes.hs. Probes might be overhauled soon, anyway."
So it isn't too surprising that this file now does not compile. For completeness, this is why:
xamples/Probes.hs:9:19:
Not in scope: ‘probe’
Perhaps you meant ‘probeS’ (imported from Language.KansasLava)
examples/Probes.hs:11:25:
Not in scope: ‘probe’
Perhaps you meant ‘probeS’ (imported from Language.KansasLava)
examples/Probes.hs:15:13: Not in scope: ‘toSeq’
examples/Probes.hs:16:13: Not in scope: ‘toSeq’
examples/Probes.hs:17:15: Not in scope: ‘toSeq’
examples/Probes.hs:27:16: Not in scope: ‘probeCircuit’
examples/Probes.hs:30:5: Not in scope: ‘printProbes’
examples/Probes.hs:32:5: Not in scope: ‘printProbeTable’
examples/Probes.hs:35:28: Not in scope: ‘toSeq’
examples/Probes.hs:36:28: Not in scope: ‘toSeq’
examples/Probes.hs:37:28: Not in scope: ‘toSeq’
The text was updated successfully, but these errors were encountered:
The commit message in 9d16cd9 is:
So it isn't too surprising that this file now does not compile. For completeness, this is why:
The text was updated successfully, but these errors were encountered: