mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-12-18 13:31:50 +03:00
15 lines
140 B
Plaintext
15 lines
140 B
Plaintext
|
module test05 where
|
||
|
|
||
|
foo : [10]
|
||
|
foo = 10
|
||
|
|
||
|
test a = 10
|
||
|
where
|
||
|
foo : [10]
|
||
|
foo = 10
|
||
|
|
||
|
f = bar
|
||
|
where
|
||
|
foo = a
|
||
|
bar = zero # foo
|