futilehdl/doc/examples/identity.fut

7 lines
51 B
Plaintext

comb identity (
a: Logic<5>
) -> Logic<5>
{
a
}