futilehdl/doc/examples/identity.fut

7 lines
45 B
Plaintext

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