We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db2ae99 commit f5e2ed3Copy full SHA for f5e2ed3
saw-core/src/SAWCore/Simulator.hs
@@ -251,6 +251,9 @@ evalTermF cfg lam recEval tf env =
251
VCtorMux _ps branches ->
252
do alts <- traverse (evalCtorMuxBranch vrec) (IntMap.elems branches)
253
combineAlts alts
254
+ VBVToNat{} ->
255
+ panic "evalTerF / evalRecursor"
256
+ ["Unsupported symbolic recursor argument of type Nat"]
257
_ ->
258
panic "evalTermF / evalRecursor"
259
["Expected constructor for datatype: " <> toAbsoluteName (nameInfo d)]
0 commit comments