mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-12-18 05:21:57 +03:00
6 lines
61 B
Plaintext
6 lines
61 B
Plaintext
|
module issue290 where
|
||
|
|
||
|
myWidth (xs:[a]) = `a
|
||
|
|
||
|
fooConst = 0x1
|