-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d6f6cca
commit 2ca9235
Showing
2 changed files
with
31 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
CAUGHT EXCEPTION | ||
|
||
|
||
*** Data.SBV.Lambda: Detected free variables passed to a lambda. | ||
*** | ||
*** Free vars : l1_s0 | ||
*** Definition: (lambda ((l2_s0 Int)) | ||
*** (+ l1_s0 l2_s0)) | ||
*** | ||
*** In certain contexts, SBV only allows closed-lambdas, i.e., those that do not have any free variables in. | ||
*** | ||
*** Please rewrite your program to pass the free variable as an explicit argument to the lambda if possible. | ||
*** If this workaround isn't applicable, please report this as a use-case for further possible enhancements. | ||
|
||
CallStack (from HasCallStack): | ||
error, called at ./Data/SBV/Lambda.hs:135:13 in sbv-11.0.5-inplace:Data.SBV.Lambda |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters