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-11-30 23:45:23 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
2ff4d4c031
cryptol
/
tests
/
regression
/
check16.cry
5 lines
57 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Rename prelude function `width` to `length`, and generalize its type. Fixes #550.
2018-10-11 02:21:38 +03:00
check16 = length x == 8
Initial import from internal repo
2014-04-18 02:34:25 +04:00
where
x : [8]
x = 0x3f
Reference in New Issue
Copy Permalink