-
Notifications
You must be signed in to change notification settings - Fork 139
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Drop functions which don't enforce strictness
These functions require user to maintain invariant that all element of vector is in WHNF. And it's well known that this insvariant is difficult to enforce and its violations are usually invisible. Such spec leaks may be invisibe during testing only to cause pproblem in production. So it's better to remove them unless good use case for them appears
- Loading branch information
Showing
2 changed files
with
7 additions
and
46 deletions.
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
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