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
Cryptol> :dumptests test 0
Showing a specific instance of polymorphic result:
* Using 'Integer' for the type of '<expr>::(expression)'
cryptol: You have encountered a bug in Cryptol's implementation.
*** Please create an issue at https://github.com/GaloisInc/cryptol/issues
%< ---------------------------------------------------
Revision: 4db158eafb7580449f3830aa63998920dd87fe35
Branch: master (uncommited files present)
Location: Cryptol.Testing.Random
Message: Unsupported return value for testing
CallStack (from HasCallStack):
panic, called at src/Cryptol/Utils/Panic.hs:21:9 in cryptol-2.7.1-inplace:Cryptol.Utils.Panic
panic, called at src/Cryptol/Testing/Random.hs:72:15 in cryptol-2.7.1-inplace:Cryptol.Testing.Random
%< ---------------------------------------------------
The text was updated successfully, but these errors were encountered:
Instead of panicking, :dumptests will now print the message
"The expression is not of a testable type" when used with an
inappropriately-typed expression. Also, Integer return values
are now supported.
Fixes#615.
The text was updated successfully, but these errors were encountered: