This website requires JavaScript.
Explore
Help
Sign In
GaloisInc
/
cryptol
Watch
1
Star
1
Fork
0
You've already forked cryptol
mirror of
https://github.com/GaloisInc/cryptol.git
synced
2024-12-14 17:51:43 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
709dc939ed
cryptol
/
tests
/
regression
/
r05.cry
5 lines
123 B
Plaintext
Raw
Normal View
History
Unescape
Escape
simpler r05
2015-03-04 02:10:45 +03:00
unflatten : {r, w}
(fin r, 5 * w >= r, fin w)
Correct the test to expose the proper bug.
2015-03-05 21:36:15 +03:00
=> [r] -> [w][5]
simpler r05
2015-03-04 02:10:45 +03:00
unflatten p = groupBy`{5}(p # zero)
Reference in New Issue
Copy Permalink