8 lines
51 B
Plaintext
8 lines
51 B
Plaintext
|
|
||
|
|
||
|
module reduce_or (
|
||
|
a: Logic
|
||
|
)
|
||
|
-> Logic<1> {
|
||
|
}
|