UNPKG

471 BMarkdownView Raw
1## FAQ
2
3### Why do all the examples import the library as jsc instead of jsv?
4
5Does JSC originate with [JSCheck](http://www.jscheck.org/)?
6
7**A:** Yes
8
9### smap requires an inverse function, which isn't always practical. Is this complexity related to shrinking?
10
11**A:** Yes. We don't want to give an easy-to-use interface which forgets
12shrinking altogether. Note, that *right* inverse is enough, which is most
13likely easy to write, even *complete* inverse doesn't exist.